请您帮帮我,当我尝试部署谷歌云功能时收到此错误:
HTTP Error: 400, Default service account 'project-name@appspot.gserviceaccount.com' doesn't exist. Please recreate this account (for example by disabling and enabling the Cloud Functions API), or specify a different account.
Run Code Online (Sandbox Code Playgroud)
用于部署的命令是:
firebase deploy --only functions
Run Code Online (Sandbox Code Playgroud)
临时解决方案很好,但如果你能帮我永久解决它就更好了。
提前致谢。