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.

No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() in Flutter and Firebase

I am building a flutter App and I have integrated Firebase but I keep getting this error when I click …

firebase flutter dart google-cloud-firestore
Google Firestore - how to get document by multiple ids in one round trip?

I am wondering if it's possible to get multiple documents by list of ids in one round trip (network call) …

firebase google-cloud-firestore
Firebase Cloud Firestore : Invalid collection reference. Collection references must have an odd number of segments

I have the following code and getting an error : Invalid collection reference. Collection references must have an odd number of …

java android firebase google-cloud-firestore
Cloud Firestore: how to fetch a document reference inside my collection query and map it as a JSON value?

Let's say I have a collection of comments. Every comment object has a "doc ref" to the user who posted. …

firebase cloud ref google-cloud-firestore
Firestore update only one field

I have a database. The sequence is: collections - document - hashmaps. For example: users - the name of the …

android firebase google-cloud-firestore
Please specify a platform for this target in your Podfile?

I want to config Firebase Firestore. I followed all the step, but at last step I got error link below …

ios swift firebase google-cloud-firestore
How to delete document from firestore using where clause

var jobskill_ref = db.collection('job_skills').where('job_id','==',post.job_id); jobskill_ref.delete(); Error thrown …

javascript firebase google-cloud-firestore
How to import CSV or JSON to firebase cloud firestore

Is there a way to import CSV or JSON to firebase cloud firestore like in firebase realtime database?

firebase google-cloud-firestore
Plugin project :firebase_core_web not found

I try to connect Android project to Firebase but I get this error as I added the following to pubsec.…

firebase flutter dart google-cloud-firestore firebase-authentication
Export json from Firestore

As we can download json file at Firebase RTDB console, are there any way to export json file of Firestore …

firebase google-cloud-firestore