Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
I'm an Android developer and recently I've started working on a project based on firebase cloud functions and firestore database. …
android node.js firebase google-cloud-functions google-cloud-firestoreI'm trying to insert a document into a collection. I want the document to have a attribute of type reference …
javascript firebase google-cloud-firestore angularfire2I want to update a doc like this: db.collection('users').doc(user_id).update({foo:'bar'}) However, if the …
node.js firebase google-cloud-firestoreI'm using firebase to manage my project and I cannot get to create a query with a where clause where …
javascript firebase google-cloud-firestoreI'm new in Google Cloud FireStore. The Document object has a function call onSnapshot to attaches a listener for DocumentSnapshot …
firebase google-cloud-platform google-cloud-firestoreBelow error occurs whenever i add com.google.firebase:firebase-firestore:19.0.0 to the Gradle and run the app. E/AndroidRuntime: FATAL …
android firebase firebase-authentication google-cloud-firestore firebaseuiI have a field which indicates the number of transactions. I would like to increment it by 1 as soon as …
firebase google-cloud-firestoreGeoFire is tightly coupled to the Realtime Database, while geo-queries are a common functional dependency of many apps that are …
firebase firebase-realtime-database google-cloud-firestore geofireWhile I run the command firebase deploy I get this error: Error: HTTP Error: 400, Project 'my_project' is not a …
firebase google-cloud-firestoreLet's say I have a data model with some optional properties. This could be for example a user object with …
firebase google-cloud-firestore