Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
I'm learning Angular looking for help in fixing the error: I'm following this link : https://github.com/angular/angularfire2/blob/…
angular firebase google-cloud-firestore angularfire2I am getting the Error gettingdocuments.com.google.firebase.firestore.FirebaseFirestoreException: PERMISSION_DENIED: Missing or insufficient permissions. for the below …
android firebase google-cloud-firestoreIs it possible to count how many items a collection has using the new Firebase database, Cloud Firestore? If so, …
firebase google-cloud-firestoreI'm currently trying Firestore, and I'm stuck at something very simple: "updating an array (aka a subdocument)". My DB structure …
javascript arrays object firebase google-cloud-firestoreI'm trying to retrieve my documents with id but can't figure it out. Currently I retrieve my documents like this : …
angular firebase google-cloud-firestore nosql angularfire2Hi I'm starting with javascript and react-native and I'm trying to figure out this problem for hours now. Can someone …
javascript firebase react-native google-cloud-firestoreGoogle just released Cloud Firestore, their new Document Database for apps. I have been reading the documentation but I don't …
firebase firebase-realtime-database google-cloud-platform google-cloud-firestoreI need the help to query long collection with date range. See the below example document. I wanna query startTime …
firebase google-cloud-firestoreFirst time using firestore and I'm getting this error. It seems to be a problem with Ivy, from my research. …
angular google-cloud-firestore angularfireI'm trying to rebuild a web app example that uses Firebase Cloud Functions and Firestore. When deploying a function I …
typescript firebase google-cloud-firestore google-cloud-functions