You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This builds on top of #806. This is going to be a change that we need to apply to the intersect logic. See the old PR for reference - relevant file diff from the PR
When we load the location data from the Asyncstorage, instead of reading the raw data, we need to read from Geohashes. The next step is as follows -
read geohashes
Append timestamp to the geohash
Apply SHA256([geohash, timestamp])
Compare it with the received points in the intersect.js
The text was updated successfully, but these errors were encountered:
@tremblerz - If I'm reading your issue description correctly, #806 is the first step in this process that can be done independently, and this can be added only after #806 is finished. Did I understand that correctly?
Issue type
This builds on top of #806. This is going to be a change that we need to apply to the intersect logic. See the old PR for reference - relevant file diff from the PR
When we load the location data from the Asyncstorage, instead of reading the raw data, we need to read from Geohashes. The next step is as follows -
The text was updated successfully, but these errors were encountered: