MichaelSolati / geofirestore-js

Location-based querying and filtering using Firebase Firestore.
https://geofirestore.com
MIT License
505 stars 58 forks source link

Is there a way to update the criteria of GeoQuery ? Rather then making a new one #248

Open MtyldZ opened 8 months ago

MtyldZ commented 8 months ago

Hi, I am trying to use this package within a mobile app. So far so good. Now I am at the point where I have to update the search query center depending on the user's location. Is there a better way to update the criteria of the GeoQuery?

A similar feature to this method on geofire.

Thanks in advance.