firebase functions deploy error
-
=== Deploying to 'log-278509'... i deploying functions ✔ functions: Finished running predeploy script. i functions: ensuring required API cloudfunctions.googleapis.com is enabled... i functions: ensuring required API cloudbuild.googleapis.com is enabled... ✔ functions: required API cloudfunctions.googleapis.com is enabled ✔ functions: required API cloudbuild.googleapis.com is enabled i functions: preparing functions directory for uploading... i functions: packaged functions (291.01 KB) for uploading ✔ functions: functions folder uploaded successfully i functions: updating Node.js 12 function api-user(asia-northeast3)... i functions: updating Node.js 12 function api-database(asia-northeast3)... i functions: updating Node.js 12 function api-message(asia-northeast3)... Functions deploy had errors with the following functions: api-user(asia-northeast3) api-database(asia-northeast3) api-message(asia-northeast3) To try redeploying those functions, run: firebase deploy --only "functions:api.user,functions:api.database,functions:api.message" To continue deploying other features (such as database), run: firebase deploy --except functions Error: Functions did not deploy properly. ❯ firebase deploy --only "functions:api.user,functions:api.database,functions:api.message" Error: Missing permissions required for functions deploy. You must have permission iam.serviceAccounts.ActAs on service account integrate-firebase-pro-qa@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=integrate-firebase-pro-qaWhy deploy the project integrate-firebase-pro-qa
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘firebase functions deploy error’ is closed to new replies.