Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
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-firestoreThe documentation for Firestore batch writes lists only set(), update() and delete() as permitted operations. Is there no way to …
google-cloud-firestoreThe new Firestore DB allows me to store GeoPoints. Is there a way to query based on them? So for …
firebase google-cloud-firestoreHow 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-firestoreGood Morning, I tried adding a new created object from this class: export class Sponsor implements ISponsor { title: string; description?: …
angular firebase angularfire2 google-cloud-firestoreIs there a way to run firestore locally (e.g. for testing purposes)? What would the approach to write tests …
database firebase testing google-cloud-firestorehow 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-firestoreIn Firestore, how can you do a compound query involving a key in a map without creating an index for …
javascript firebase google-cloud-firestoreIs it possible to query a firestore collection to get all document that starts with a specific string? I have …
java firebase google-cloud-firestoreI 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