Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
I am using flutter and firebase to create a mobile app. I have 2 collections on my firestore and i wanna …
android firebase flutter google-cloud-firestore mobile-applicationFrom the docs: You can also chain multiple where() methods to create more specific queries (logical AND). How can I …
database firebase google-cloud-platform google-cloud-firestoreHi I'm using Android Studio and I'm having trouble of converting data that I've got from Firestore. I saved data …
java android firebase google-cloud-firestore geopointsI'm struggling within Firestore to set security rules for a document. With the RTDB is was possible to set rules …
firebase google-cloud-firestore firebase-securityI am following the Firestore instructions for storing arrays: https://firebase.google.com/docs/firestore/solutions/arrays Now what I …
angular firebase google-cloud-firestore angularfire2I simply want to perform an 'OR' operation and get the both results of two queries into one stream. Here's …
firebase merge flutter google-cloud-firestore rxdartI got an email that indicates I was developing in "test mode", but that it left my database completely open …
firebase google-cloud-firestore firebase-securityFor the structure of my database I need to know if the automatically generated identifiers in Firebase Cloud Firestore are …
firebase google-cloud-firestoreThe issue I'm trying to retrieve the document reference from a query. My code returns undefined. I can get the …
javascript firebase google-cloud-firestore firebase-adminI have project that I need to display a leaderboard of the top 20, and if the user not in the …
javascript database firebase angularfire2 google-cloud-firestore