-
I just found https://geofirestore.com/ and wondered if geoflutterfire can be changed to geofirestore if one would switch to Cloud functions.
-
Currently the method `generateGeoQueryDocumentSnapshot()` returns a [QueryDocumentSnapshot](https://core.geofirestore.com/interfaces/GeoFirestoreTypes.QueryDocumentSnapshot.html).
This only exposes a…
-
I want to update Firebase, so I updated the GeoFirestore podspec dependency to 'Firebase', '> 6.1.0'. However, Geofirestore has a Geofire dependancy which has a Firebase/Database (>5.0) dependency. Wh…
-
I followed the `README` , that writes the geopoint and geohash to an existing firestore document.
```kotlin
val collectionRef = FirebaseFirestore.getInstance().collection("ExistingCollectionUID")…
-
How I can use GeoFirestore in Firebase cloud function
-
When you execute the command to write to Firestore the application collapses.
Note that firebase works perfectly.
```java
geoFirestore.setLocation("k", new GeoPoint(37.7853889, -122.4056973), new…
-
Hi all,
I want to install FirebaseFirestore and FirebaseFirestoreSwift and Geofirestore all.
But this is impossible for now because of the dependencies. I tried every solution but dependency ver…
-
I am not getting desired result when I pass a radius other than 0. When I pass the radius as 0 then I get all the documents returned.
Here is my code snippet in. Android using Java
GeoFirestore…
-
I am using GeoFirestore to run geo queries against my Firebase Firestore. It seems to generally work but is returning more results than it should once I test with a radius of more than 25 miles. The c…
-
HI,
I know there is a solved issue where someone asked why onDocumentEntered is never called, but its not solving my issue.
I called `setLocation `to add a location to my document
````
geoFirest…