-
-
### Expected behavior
Commandline export and programmatic import does not cause an error.
### Actual behavior
It does cause an error.
### Steps to reproduce the behavior
1) Make sure there is…
-
exporting a Date/Timestamp Field from Firebase lead to e.g. an {"start":"2018-08-26T12:00:00.000Z"}
and vice versa importing this into firebase marks this field as string ...
does the script excepts…
-
### [REQUIRED] Describe your environment
* Operating System version: Windows 10
* Firebase SDK version: 4.6.0
* Firebase Product: Firestore
### Describe the problem
When trying to a…
-
Sorry for not using the template, I don't have a bug to report. Only curious if you have plans to support the new Firebase SDK?
-
I'm doing a compound query like the example:
`query = geoFire.query(query).within(userPoint, 100, 'point');`
When I subscribe to this query, for some reason on the server side it returns the cor…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Hi, adding a data object to the setLocation method would mean we would write only once to firestore resulting in less writes and therefore lower costs. The way we have it right now, the user must writ…
-
as we know from V3 no more getFirestore() it should be replaced with getFirebase().firestore() - but it's not working and give me below message `getFirebase(...).firestore(...).set is not a function`
…
-
It'd be great to go both ways. Would preferably allow specifying overwriting and merging rules on `documents` and `collections` separately.