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.
-
Download and install dependencies.
npm ci
-
Log into Firebase:
npx firebase login
-
Deploy the Firestore configuration:
npx firebase deploy --only firestore --project <firebase-project>