-
Current latest (2.2.9) of everything.
Suddenly getting this when running tsc on my firebase functions...
Adding this fixes it...
```
"skipLibCheck": true,
```
`tsconfig.json`
```
{…
-
Hi,
I was using NGXS and I added firestore as backend to persist my data. all the Get operations are working properly, but I'm having some trouble with the insert part:
1. I was thinking that w…
-
## Bug report
**Describe the bug**
When setting or updateing GeoPoint to Firestore, it says unable to convert javascript object.
### Steps to reproduce
```
FirebaseFirestore.instance.doc("Test/…
-
Hi, I find myself in need to create a document with coordinates temporarily set to null but the library gives me this error
`Unhandled error Error: Invalid GeoFirestore document: could not find Ge…
-
It would be a good idea to at least expose additional API to be able to plug other serialization providers.
Now we have
```Kotlin
fun WriteBatch.set(documentRef: DocumentReference, strategy: Seria…
-
Hi,
I am not able to save geo point in the same format as it seen after saving it manually in the firestore document.
Please have a look at my code.
************************************************…
-
For example we have fromJson for a field:
```
@JsonKey(fromJson: _latLngFromJson)
final LatLng? location;
```
so generating from this
```
_latLngFromJson(Map? geoPoint)
```
we get non nulla…
-
* Firebase SDK version: 8.1.2
* Firebase Product: Firestore
I tried to make a query to get all docs that have a position inside boundaries (so between to points on the map), like so:
```
…
-
### Problem
Below "util" functions are not yet accessible via nuxt-fire, so one has to import `import firebase from 'firebase/app'` manually where needed.
| Product | "Util" |
| --- | --- |
| Au…
lupas updated
3 years ago
-
Hi!
I'm using JavaScript library (https://www.npmjs.com/package/node-firestore-import-export) to backup Firestore Cloud Database. When I run the script using terminal commands the library works fine,…