Search⌘ K
AI Features

Start the Emulators in Development

Explore starting and configuring the Firebase Local Emulator Suite for local development. Learn to update npm scripts, seed Firestore with test data, and integrate Cypress tasks to enable reliable testing with local Firebase services.

Starting the emulators in the development

Open the services/web/firebase/package.json file. We need to change the dev NPM script so that it starts the Firebase emulators.

"scripts": {
 
...