firebase emulators:exec <script>
Start the local Firebase emulators, run a test script, then shut down the emulators
Arguments
Options
Name | Description |
---|
--only <arg> | Only specific emulators. This is a comma separated list of emulator names. Valid options are: ["auth","functions","firestore","database","hosting","pubsub"] |
--inspect-functions | Emulate Cloud Functions in debug mode with the node inspector on the given port (9229 if not specified) |
--import <arg> | Import emulator data from a previous export (see emulators:export) |
--export-on-exit | Automatically export emulator data (emulators:export) when the emulators make a clean exit (SIGINT), when no dir is provided the location of --import [dir] is used |
--ui | Run the Emulator UI |
-h, --help | Output usage information |