Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.
I have a date saved in a Firestore field as a timestamp that I want to convert to a Date …
swift firebase google-cloud-firestoreI am starting with Firestore. I've read docs and tutorials about the offline data persistence but I have not really …
caching download persistence offline google-cloud-firestoreI have a project to add currency details into the firestore database and my project is doing with ionic 3 Whenever …
javascript firebase google-cloud-firestore google-cloud-functionsWhile I run the command firebase deploy I get this error: i deploying functions i functions: ensuring necessary APIs are …
firebase google-cloud-functions google-cloud-firestoreWhat is the difference between set() and add() in Firestore? I use the set() to add documents to my collection. …
firebase google-cloud-firestoreI have a query with a where() method with an equality operator and then an orderBy() method and I can't …
javascript firebase google-cloud-firestore angularfire2I need to add a server side timestamp on new documents added to Firestore using a Flutter app. I see …
dart google-cloud-firestore flutterThe Problem I have seen this question several times (also in the context of the Firebase Real-Time Database), but I …
firebase google-cloud-firestoreI am trying to upload an image to Firebase Storage and save several certain metadata to the Firebase Cloud. I …
javascript firebase metadata firebase-storage google-cloud-firestoreI am trying out the new Firestore by Firebase. When I run the code sample from https://firebase.google.com/…
javascript firebase gwt jsni google-cloud-firestore