beerstorm-net / GeoFlutterFire2

🔥GeoFlutterFire2🔥 is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://pub.dev/packages/geoflutterfire2
MIT License
14 stars 40 forks source link

new function to retrieve documents #28

Open abdulmeLINK opened 1 year ago

abdulmeLINK commented 1 year ago

The unit of the radius has to be indicated in the function descriptions in order to prevent enormous document reads by mistake. I thought it was meter based and so mistakenly filled my quota

Documents now can be retrieved without stream subscription or snapshot listening. Streamful functions and snapshot listeners should be focused more on real-time tracking.

[Warning] getDocumentsWithin function is not tested