Qua*_*ong 40 function firebase firebase-tools google-cloud-functions
运行firebase deploy --only functions
在创建新函数之前删除现有函数.是否可以将此行为修改为create if not exist, update if exists, no actions if functions not being deployed
?
Pab*_*ejo 110
您可以使用firebase 部分部署
$ firebase deploy --only functions:makeUppercase
Run Code Online (Sandbox Code Playgroud)
只会部署makeUppercase
功能.
希望能帮助到你.