This directory contains configuration files for new Firestore instances. Complete the following steps to deploy the Firestore configuration:
Important: Before completing the steps listed in this document, follow the instructions provided in ../functions to set up your development environment.
-
Log into Firebase:
$ firebase login
-
Select your Firebase project:
$ firebase use --add <project-name>
Where
<project-name>
is the name of a project associated with your Firebase account. -
Deploy the Firestore configuration:
$ firebase deploy --only firestore