Introduction to Cloud Firestore
Get a brief introduction to Cloud Firestore.
We'll cover the following...
Cloud Firestore is a flexible, scalable, real-time NoSQL cloud database provided by Firebase for storing application data. Data is stored as
How it works
Cloud Firestore stores data as documents. A document is a unit of storage made of a set of key-value pairs. It supports various data types—strings, numbers, booleans, arrays—and subcollections. ...