-
Hello! Thanks for nice library.
I have a question about the following methods from `GeoHashQuery.java`:
```java
public static GeoHashQuery queryForGeoHash(GeoHash geohash, int bits) {
…
-
### Environment
Operating System version: Windows 11
Browser version: Google chrome 109.0.5414.75
Firebase library: Firebase and version: 10.2.0
GeoFirestore version: 5.2.0
Getting er…
-
Hi Guys, I can't work this one out...
This works okay if the lat and lng don't change:
`geoQuery?.center = newLatLng`
If the lat and lng are different I am getting this error:
`java.lang.Nul…
-
If you use the geoFirestore.getAtLocation () method, the radius is inaccurate to 10 kilometers.
-
Hi. From my understanding there is a 1 mb limit on storing documents in Firestore, and according to the Firestore documentation a document should only store 100 fields.
Is it then right to assume th…
-
Hello,
I have a firestore database with already existing GeoPoint under the field : `"gpsPoint"`
When i set a new location with GeoFirestore i use this already existing `gpsPoint` field in `setLoc…
-
When I try to install that library into my project, CocoaPods gives me the following message:
> [!] CocoaPods could not find compatible versions for pod "FirebaseFirestore":
> In snapshot (Podfi…
-
The geoquery doesn't allow to add where filters, for instance a field "enabled" to avoid reading the whole collection.
-
Hey first off, thanks a lot for this library. It is very handy.
I'm trying to better understand how to use GFGeoHashQuery in order to do my own querying against Firestore.
First, I'll run t…
-
Even though the bug was fixed i am still getting location doesnt exist exception. I have checked every possible way to resolve it. The set location is working fine and locations for documents are corr…