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.

AngularFire2 firestore take(1) on doc valueChanges

Using AngularFire2 I try to get data from a single Firestore document. What works is: this.addressRef = afs.doc<…

angular firebase angularfire google-cloud-firestore
Get a single document from Firebase Firestore query with Flutter

I know this might seem obvious, but I just can't find a way to do it.. I am trying to …

flutter dart google-cloud-firestore stream dart-stream
Firestore to query by an array's field value

I'm trying to run a simple query, where I search for a document that contains a value inside an object …

reactjs firebase google-cloud-firestore react-redux-firebase
How reliable is Firestore as an offline persistence mechanism?

I am currently using Firebase Firestore as a primary backend that retrieves data from a variety of sources. I also …

android firebase persistence google-cloud-firestore android-room
How to include the document id in Firestore collection in Angular 5

I have this function that gets all the posts and I want to get the id of the post any …

angularfire2 google-cloud-firestore
FieldValue undefined when using functions and Firestore

I have the following function: const functions = require('firebase-functions'); const admin = require('firebase-admin'); const FieldValue = require('firebase-admin').FieldValue; module.exports = …

javascript firebase google-cloud-functions google-cloud-firestore
How do I completely delete Cloud Datastore from a project?

I want to create a Firestore in Native mode in an existing project. I don't have any data in Cloud …

google-app-engine google-cloud-platform google-cloud-datastore google-cloud-firestore
How can I update more than 500 docs in Firestore using Batch?

I'm trying to update a field timestamp with the Firestore admin timestamp in a collection with more than 500 docs. const …

firebase google-cloud-firestore firebase-admin
Firestore moving to timestamps in Firebase functions

Yesterday, all my firebase functions started throwing the following warning: The behavior for Date objects stored in Firestore is going …

firebase timestamp google-cloud-firestore google-cloud-functions firebase-admin