Top "Google-cloud-firestore" questions

Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.

Firestore : Retrieve a single document

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 angularfire5
Firebase listener with React Hooks

I 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-hooks
How to count the number of documents under a collection in Firestore?

I 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 illegalstateexception
How to get particular document data with id ? | AngularFire 5.1.1 | Cloud Firestore | Documents

I am using Data access service to get the data from firebase firestore. How to use snapshotChanges()method for getting …

angular firebase google-cloud-firestore angularfire5
Firestore how to get the collection value from another collection document id is referenced

I 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-firestore
CocoaPods could not find compatible versions for pod "FirebaseCore": In snapshot (Podfile.lock)

I'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 podfile
In Cloud Firestore rules - How do I check if a key is null

In Cloud Firestore Rules - I have a document called task and I want to see if some data (assignee …

firebase firebase-security google-cloud-firestore
Firestore Security Rules - How can I check that a field is/isn't being modified?

For the life of me, I cannot understand why the following is resulting in a false for allowing writes. Assume …

firebase firebase-security google-cloud-firestore
How to use firestore emulator from client

I 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-tools
How can I shut down the local firebase emulators?

Currently 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