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.

Mapping Firebase Auth users to Firestore Documents

I'm trying to use Firebase's Firestore database to handle Users in my Android app. Initially I want to use the …

firebase firebase-authentication user-management google-cloud-firestore
Firestore - batch.add is not a function

The documentation for Firestore batch writes lists only set(), update() and delete() as permitted operations. Is there no way to …

google-cloud-firestore
How to query closest GeoPoints in a collection in Firebase Cloud Firestore?

The new Firestore DB allows me to store GeoPoints. Is there a way to query based on them? So for …

firebase google-cloud-firestore
Delete a Document with all Subcollections and Nested Subcollections in Firestore

How can you delete a Document with all it's collections and nested subcollections? (inside the functions environment) In the RTDB …

firebase google-cloud-functions google-cloud-firestore
Firestore: Add Custom Object to db

Good Morning, I tried adding a new created object from this class: export class Sponsor implements ISponsor { title: string; description?: …

angular firebase angularfire2 google-cloud-firestore
Running Firestore local e.g. for testing

Is there a way to run firestore locally (e.g. for testing purposes)? What would the approach to write tests …

database firebase testing google-cloud-firestore
Delete Field in Firestore Document

how to delete a Document Field in Cloud Firestore? ... I'm using the code below but I can not. this.db.…

angular typescript firebase ionic3 google-cloud-firestore
In Firestore, how can you do a compound query involving a key in a map without creating an index for every key?

In Firestore, how can you do a compound query involving a key in a map without creating an index for …

javascript firebase google-cloud-firestore
Firestore query documents startsWith a string

Is it possible to query a firestore collection to get all document that starts with a specific string? I have …

java firebase google-cloud-firestore
Firestore - how to structure a feed and follow system

I was using Firebase realtime database for my test social network app in which you can just follow and receive …

java android firebase database-design google-cloud-firestore