...
/Initialize & Configure the Emulator
Initialize & Configure the Emulator
Learn how to initialize and configure the emulator to test locally.
We'll cover the following...
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/fi
...