Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
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-firestoreI am wondering if it's possible to get multiple documents by list of ids in one round trip (network call) …
firebase google-cloud-firestoreI have the following code and getting an error : Invalid collection reference. Collection references must have an odd number of …
java android firebase google-cloud-firestoreLet'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-firestoreI have a database. The sequence is: collections - document - hashmaps. For example: users - the name of the …
android firebase google-cloud-firestoreI want to config Firebase Firestore. I followed all the step, but at last step I got error link below …
ios swift firebase google-cloud-firestorevar jobskill_ref = db.collection('job_skills').where('job_id','==',post.job_id); jobskill_ref.delete(); Error thrown …
javascript firebase google-cloud-firestoreIs there a way to import CSV or JSON to firebase cloud firestore like in firebase realtime database?
firebase google-cloud-firestoreI 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-authenticationAs we can download json file at Firebase RTDB console, are there any way to export json file of Firestore …
firebase google-cloud-firestore