Starting emulators

How to start emulators.

Make sure that you are running Node.js version 12 or later and have JVM installed.

You can launch emulators from your workspace root by calling:

fstore emulators:start --project=your-firebase-project-name

By default, the emulators:start command will launch all emulators. If you want to start just some of them, just pass the list using the option --only

fstore emulators:start --project=your-firebase-project-name --only firestore,auth

Once emulators are set up and running, it's time to begin testing.

If you have port conflict errors, stop other running instances of the Firebase Emulator Suite and try again.

Last updated