...
/Initialize and Configure Firestore Instance
Initialize and Configure Firestore Instance
Learn how to create and initialize a Cloud Firestore instance.
We'll cover the following...
Creating a Firestore instance
We have already created a Firestore Instance in the chapter: Initialize the Firebase CLI.
Important: Firebase offers two database modes.
- Datastore
- Native
When we created the Firebase project initially, ...