在开发期间启动/重新启动我的应用程序中的所有函数都很慢,是否有办法限制函数的范围?与使用
部署子集的方式类似:firebase deploy --only functions:token-tokenMetadata
I tried to do:
npm run build:watch | firebase emulators:start --only functions:peopleai-createTune
但是它会以开头
docs似乎没有提到:https://firebase.google.com/docs/functions/local-emulator
目前还没有这个功能。这听起来像是一个有趣的想法,所以我建议在项目的GitHub repo上提交请求。