Setup
To install the dependencies for this sample run npm install
inside this directory.
You will also need the Firebase CLI.
To install the dependencies for this sample run npm install
inside this directory.
You will also need the Firebase CLI.
To run the Realtime Database tests:
firebase emulators:exec --only database "npm run test-database"
To run the Cloud Firestore tests:
firebase emulators:exec --only firestore "npm run test-firestore"