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.

How to change region of existing Firebase project?

I have a project that is located in the Central America region, but since I can choose a European region, …

firebase google-cloud-firestore firebase-storage
Google Firestore a subset or superset of Google Cloud Datastore?

Google announced Firestore, the new document datastore on the block. I have been developing an application using Google Cloud Datastore …

firebase google-cloud-datastore google-cloud-platform google-cloud-firestore
Is there a way to limit Firebase's Blaze plan?

I'm currently working in a social network app and I need to do a search feature. Firestore does not support …

firebase google-cloud-firestore algolia
Firebase Firestore get() not working

The part it doesn't like is the get() method in ngOnInit(). Is says, "[ts] Property 'get' does not exist on …

angular typescript firebase angularfire2 google-cloud-firestore
Firestore: How to query a map object inside a collection of documents?

My objective: The web app (similar to Google Drive) has 2 screens. First screen is 'My Story' which displays all the …

firebase google-cloud-firestore angularfire2 angularfire5
Firebase cloud functions using Python?

We are using GCP's Firebase with Firestore for a new mobile app we are developing. As part of this effort …

python firebase google-cloud-platform google-cloud-firestore google-cloud-functions
Firebase Cloud Firestore Many to Many Relationships

How to structure and query data from Firebase Cloud Firestore in a many to many relationship? I have Companies and …

firebase google-cloud-firestore
How to create multi environment DB's with Firestore

I've been looking at how to create multiple Firestore instances in Firebase, I need different Db's for prod, staging and …

database firebase google-cloud-platform google-cloud-firestore environment
How to pass data from one provider model to another?

I want use provider (ChangeNotifierProvider) and ChangeNotifier for manage app state. But how I can access state from one model …

firebase flutter dart google-cloud-firestore flutter-packages
Updating a collection name in Cloud Firestore

Can we change the name of a collection in Cloud Firestore? I have created a collection with 200 documents. Now I …

android firebase google-cloud-firestore