-
I updated firestore to version 18.0.0.
Now I am getting the following error:
java.lang.NoSuchMethodError: No virtual method set(Ljava/util/Map;Lcom/google/firebase/firestore/SetOptions;)Lcom/goo…
-
Hello,
recently i wanted to implement firebase ui auth in my project specially phone auth, but i have got as issue.
after adding pods in my project it shows error which is:
> Use of undeclare…
-
Change the data structure from this
```
{
"g": "",
"l": "",
...
}
```
To this
```
{
"g": "",
"l": "",
"d": {
....
}
}
```
In order to support the users o…
-
## Issue
Describe your issue here
I am experiencing something very strange with the firebase auth onAuthStateChange listener. The listener works perfectly fine when i am …
-
## 🐛 Bug Report
I get an error from the Metro Bundler after upgrading my Expo app from Expo 34.0.3 to Expo 35.0.0 using `expo upgrade`. I don't know how to debug this because I don't know what the…
-
## 🐛 Bug Report
I get an error from the Metro Bundler after upgrading my Expo app from Expo 34.0.3 to Expo 35.0.0 using `expo upgrade`. I don't know how to debug this because I don't know what the…
-
As Per Firestore [readme](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/FIRESTORE.md) Paginate data with query cursors is supported and it should work same as documen…
-
* Firebase SDK version: 5.0.1
* Firebase Product: firestore
Firestore query on GeoPoint fields, compares the latitude but ignores longitude. Result contains all the documents with correct lati…
-
I am using this wonderful library and it works very well but I am having a problem, the distance is broken when a query is made with listener event. It actually breaks when a new element is created, u…
-
Hey, Great work so far and thanks for making this library!
I'm using GeoFirestore-js in a Cloud Function and I'm trying to do a simple .where. My code looks like this:
```JavaScript
const query…