小编Anu*_*thi的帖子

由于权限错误,无法部署 Firebase 云功能

我试图使用 firebase cli 部署我的第一个 firebase 云函数,但我遇到了一个错误:

C:\Users\Anurag Tripathi\Desktop\firebasecloudfunction> firebase deploy --only functions

Error: Missing permissions required for functions deploy. You must have permission iam.serviceAccounts.ActAs on service account  project_number@appspot.gserviceaccount.com.

To address this error, ask a project Owner to assign your account the "Service Account User" role from this URL: 
        https://console.cloud.google.com/iam-admin/iam?project=project_number
Run Code Online (Sandbox Code Playgroud)

我试图按照说明解决问题,但没有成功。请帮忙。

firebase firebase-realtime-database google-cloud-functions firebase-cli

6
推荐指数
4
解决办法
6434
查看次数