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.

How to get firestore timestamp

I'm trying to get the timestamp of a document that I created in firestore, but what I get is this: …

angular typescript firebase google-cloud-firestore angularfire2
Firestore: how to perform a query with inequality / not equals

I want select from Firestore collection just articles written NOT by me. Is it really so hard? Every article has …

firebase google-cloud-firestore
What's the best way to check if a Firestore record exists if its path is known?

Given a given Firestore path what's the easiest and most elegant way to check if that record exists or not …

firebase angularfire2 google-cloud-firestore
Firestore: Query by item in array of document

I have a document "user" which has a key called "photos". Here is an array of strings being saved, namely …

firebase google-cloud-platform google-cloud-firestore data-modeling
How to create/update multiple documents at once in Firestore

Is it possible to store multiple documents in Firestore with only one request? With this loop it's possible but this …

android firebase google-cloud-firestore
Add timestamp in Firestore documents

I'm newbie to Firestore. Firestore docs says... Important: Unlike "push IDs" in the Firebase Realtime Database, Cloud Firestore auto-generated IDs …

firebase google-cloud-firestore
Angular 5, NullInjectorError: No provider for Service

Hello im trying to implement firestore into my web application, when i add the service to contructor the error: NullInjectorError: …

angular typescript google-cloud-firestore angular5
Convert date to timestamp for storing into firebase firestore in javascript

I'm currently using Math.floor(Date.now() / 1000) to get the correct timestamp format to add into a document in Firebase, …

javascript firebase date timestamp google-cloud-firestore
how to add sub collection to a document in firestore?

there is no documentation about how add sub collection in a document in firestore, how to add a sub collection …

javascript node.js firebase vue.js google-cloud-firestore
Deleting all documents in Firestore collection

I'm looking for a way to clear an entire collection. I saw that there is a batch update option, but …

swift google-cloud-firestore