kosukesaigusa / geoflutterfire_plus

🌍💙🔥 geoflutterfire_plus allows your flutter apps to query geographic data saved in Cloud Firestore. This package is fork from GeoFlutterFire, and tried to be constantly maintained to work with latest Flutter SDK, Dart SDK, and other dependency packages.
https://pub.dev/packages/geoflutterfire_plus
MIT License
59 stars 7 forks source link

Add possibility to query collectionGroup #244

Open Hawkman59 opened 1 month ago

Hawkman59 commented 1 month ago

Currently the GeoCollectionReference requires a CollectionReference. It would be convinient to support a Query object in addition to the CollectionReference in order to support collection group queries.