Open
Description
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 -
- read geohashes
- Append timestamp to the geohash
- Apply SHA256([geohash, timestamp])
- Compare it with the received points in the intersect.js