Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
Using AngularFire2 I try to get data from a single Firestore document. What works is: this.addressRef = afs.doc<…
angular firebase angularfire google-cloud-firestoreI 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-streamI'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-firebaseI 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-roomI have this function that gets all the posts and I want to get the id of the post any …
angularfire2 google-cloud-firestoreI 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-firestoreI 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-firestoreI'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-adminYesterday, 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-adminI get a Panic if I attempt to run the tests or runthe app directly via: go run main.go …
go google-cloud-firestore go-testing