Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
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-firestoreI implemented a few tasks with BashOperator. Ones with "gsutil rm" and "gsutil cp" worked fine. But one with "gcloud …
google-cloud-firestore google-cloud-composerFirebase Firestore Guides show how to iterate documents in a collection snapshot with forEach: db.collection("cities").get().then(function(…
database firebase google-cloud-firestoreI 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-firestoreI'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-cliI have been using Firebase Real Time Fatabase for a while and I come across Cloud Firestore today. I can't …
database firebase google-cloud-firestoreFor example I have dynamic filter for my list of books where I can set specific color, authors and categories. …
javascript firebase google-cloud-firestoreLet'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-modelingI was trying to integrate google cloud firestore in my angular app and it lead to that error Error: Uncaught (…
angular google-cloud-firestore angular-servicesI 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