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: How to get random documents in a collection

It is crucial for my application to be able to select multiple documents at random from a collection in firebase. …

swift database firebase data-modeling google-cloud-firestore
Cloud composer: "PERMISSION_DENIED: The caller does not have permission"

I implemented a few tasks with BashOperator. Ones with "gsutil rm" and "gsutil cp" worked fine. But one with "gcloud …

google-cloud-firestore google-cloud-composer
Map items of collection snapshot in Firebase Firestore

Firebase Firestore Guides show how to iterate documents in a collection snapshot with forEach: db.collection("cities").get().then(function(…

database firebase google-cloud-firestore
'await' expression is only allowed within an async function

I have an async method like below. It shows an error [ts] 'await' expression is only allowed within an async …

angular rxjs ionic3 angularfire2 google-cloud-firestore
Firestore/Firebase Emulator Not Running

I'm trying to test my functions locally using the guide listed here https://firebase.google.com/docs/functions/local-emulator I …

firebase google-cloud-firestore google-cloud-functions firebase-cli
SQL LIKE operator in Cloud Firestore?

I have been using Firebase Real Time Fatabase for a while and I come across Cloud Firestore today. I can't …

database firebase google-cloud-firestore
Firestore: Multiple conditional where clauses

For example I have dynamic filter for my list of books where I can set specific color, authors and categories. …

javascript firebase google-cloud-firestore
Cloud Firestore deep get with subcollection

Let's say we have a root collection named 'todos'. Every document in this collection has: title: String subcollection named todo_…

database firebase google-cloud-platform google-cloud-firestore data-modeling
Angular : Error: Uncaught (in promise): TypeError: Object(...) is not a function

I was trying to integrate google cloud firestore in my angular app and it lead to that error Error: Uncaught (…

angular google-cloud-firestore angular-services
Error: Could not load the default credentials (Firebase function to firestore)

I am attempting to write an onCall function for Firebase Cloud Functions that performs advanced querying tasks on a firestore …

firebase google-cloud-firestore google-cloud-functions google-oauth firebase-cli