firebase / firebase/firebase-tools
FR: Filter functions to emulate, write out rules coverage to file
Open
emulator-suite
emulators: functions
type: feature request
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
Right now there is no way to do only start the emulator with a subset of functions enabled instead of all. It requires a custom build or filter the exports ourself.
It'd be great if the `firebase emulators:exec` and `firebase emulators:start` would accept an argument like `--functions a,b` or maybe the same syntax as `firebase deploy`: `--only functions:a,functions:b` (this is what I was expecting at first)
Contributor guide
Assessment
This issue has not been assessed yet.