Cloud Firestore

Learn how to work with Cloud Firestore and learn about other important queries, which we'll use later in our app.

We'll cover the following...

The official Firebase documentation describes Cloud Firestore as a scalable and adaptable NoSQL cloud database for data storage and synchronization. It uses real-time listeners to keep our data synchronized among client apps and provides offline support so we can create ...