Firebase Deploy Error: Authorization failed

前端 未结 7 1404
别跟我提以往
别跟我提以往 2021-02-05 00:51

I am trying the following firebase deploy command and I get the following error:

Error: Authorization failed. This account is missing the fol

7条回答
  •  旧巷少年郎
    2021-02-05 01:37

    If you created your project in the fireabse website account, during firebase deployment we need to select that firebase project for hosting. Also if you created more than one project in the firebase account, we need to select one project for the deployment process. For that you need to run the below command.

    firebase use --add

    It will list multiple project and you can choose one from that option. Then run firebase deploy.

提交回复
热议问题