Initialize & Configure the Emulator

Learn how to initialize and configure the emulator to test locally.

Initialize the emulators

In your terminal, start with creating a new branch:

git switch -c add-firebase-emulators

Navigate to services/web/firebase. You first need to login to Firebase:

npm run firebase:login

Now, initialize the emulators with this command:

./node_modules/.bin/firebase init emulators

The wizard already recognized that we use Firestore and Hosting. Press “Enter” to accept the ...