Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
I want to retrieve a single document from Firestore. So I do not mean the list of documents in the …
javascript angular rxjs google-cloud-firestore angularfire5I am trying to figure out how to use a Firebase listener so that cloud firestore data is refreshed with …
javascript reactjs firebase google-cloud-firestore react-hooksI am trying to get CollectionReference count that exists on the Cloud Firestore, I have tried to get it with: …
java android firebase google-cloud-firestore illegalstateexceptionI am using Data access service to get the data from firebase firestore. How to use snapshotChanges()method for getting …
angular firebase google-cloud-firestore angularfire5I have two fire store collection with following reference image . I want to get the firstName and title. Here signup_…
angular typescript firebase angularfire2 google-cloud-firestoreI'm trying to add the Geofirestore pod I found on GitHub So I can add geo locations longitude and latitude …
swift xcode firebase google-cloud-firestore podfileIn Cloud Firestore Rules - I have a document called task and I want to see if some data (assignee …
firebase firebase-security google-cloud-firestoreFor the life of me, I cannot understand why the following is resulting in a false for allowing writes. Assume …
firebase firebase-security google-cloud-firestoreI want to test locally my firebase functions. These functions make firestore queries. So i start the emulator firebase emulators:…
javascript firebase google-cloud-firestore google-cloud-functions firebase-toolsCurrently I initialise the firebase emulators with: $ firebase emulators:start After some time working on it I want to stop …
firebase google-cloud-firestore firebase-tools