Open
Description
While having two separate codebases (one for v1 and the other one for v2 functions), it is very frustrating that whenever I run firebase emulators:start --only functions:${codebase-name}
, it initializes all the codebase functions.
I would like to start only those functions which falls under the specified codebase name.