-
view error
java.lang.NoSuchMethodError: No virtual method set(Ljava/util/Map;Lcom/google/firebase/firestore/SetOptions;)Lcom/google/android/gms/tasks/Task; in class Lcom/google/firebase/firesto…
-
After futher investigation Geofirestore is unable to be instantiated with firestore. I have this error in console. I am using firestore@3.3.0 on Angular 7.2.4.
ERROR in src/app/tools/tools.service…
stot3 updated
5 years ago
-
Hey, I have cases when "l" is saved as map instead of array, on IOS version of library, document with such "l" value is just ignored, on Android it throws java.lang.AssertionError: Got DocumentSnapsho…
-
I'm attempting to query data given a lat/long and continue to get the red screen of shame in React Native.
Version information:
Firebase: ^5.11.1
GeoFirestore: ^3.3.1
Here is my implementation…
-
Hello !
I was trying to use the last version but the build for `v1.3.0` seems to be broken on jitpack
https://jitpack.io/com/github/imperiumlabs/GeoFirestore-Android/v1.3.0/build.log
```
> Ta…
-
Please help. whenever I add .where to my query, docs always return empty when it exists.
geocollection: GeoCollectionReference = geofirestore.collection('ewnb')
.where("dhhshs", "==", true)
…
-
Good day
I followed the link to 'Including GeoFirestore in your Android project'.
However as soon it is imported and sync is running it ends with an error as said in the title.
App level gradle…
-
I use GeoFirestore in my node.js application. In the first lines of the document i have:
`var GeoFirestore = require("geofirestore");`
And then i use the code
`const geoFirestore = new GeoFirest…
ghost updated
5 years ago
-
I have tried importing the new releases (with tag v1.2.0 and 1.2.0) and in both case i got this error from Gradle sync
```
ERROR: Failed to resolve: com.github.imperiumlabs:GeoFirestore-Android:v1.…
-
If passing radius to geofirestore.collection, getting empty docs in response whereas if passing radius 0 getting all
`this.geofirestore = new GeoFirestore(this.firestore)
this.query = this.ge…