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 Add value to array field

Im trying to use Firebase cloud functions to add the id of a chatroom to the users document in an …

node.js firebase google-cloud-functions google-cloud-firestore firebase-admin
Firestore slow performance issue on getting data

I'm having slow performance issues with Firestore while retrieving basic data stored in a document compared to the realtime database …

javascript performance firebase google-cloud-firestore angularfire2
How to get a count of number of documents in a collection with Cloud Firestore

In Firestore, how can I get the total number of documents in a collection? For instance if I have /people /123456 /…

database firebase google-cloud-firestore
DatePipe is not working correctly in Angular 6

In my Angular application after upgrading from version 5 to 6, this error is occurring when using DatePipe. I'm saving a Date () …

angular firebase date pipe google-cloud-firestore
Cloud Firestore: Update fields in nested objects with dynamic key

following the official documentation of firestore : { name: "Frank", favorites: { food: "Pizza", color: "Blue", subject: "recess" }, age: 12 } // To update favorite color: …

javascript firebase google-cloud-firestore
How do you load array and object from Cloud Firestore in Flutter

I have a class that has several embedded arrays as well as a couple of objects. I'm using Flutter and …

google-cloud-firestore flutter
Flutter Firestore causing D8: Cannot fit requested classes in a single dex file (# methods: 71610 > 65536) in Android Studio

I am attempting to use firestore with a Flutter app in latest version of Android Studio. I have followed these …

flutter google-cloud-firestore
Firestore - get specific fields from document

What I need: I want to save articles or notes in Firestore with their respective fields: Title Content (texts or …

javascript firebase google-cloud-firestore
Firestore new database - How do I backup

Does the google firestore database service provides a backup? If so, how do I backup the database and how do …

backup google-cloud-firestore
How to save GeoPoint in Firebase Cloud Firestore?

in the database UI I can create a field with the type geopoint. After providing values, it looks something like …

firebase google-cloud-firestore