Firebase Deploy Error: Authorization failed

前端 未结 7 1369
别跟我提以往
别跟我提以往 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:40

    I had this issue because I created and used an alias with firebase use --add then manually removed it from the .firebaserc. The solution was to run firebase use $alias where $alias is the alias of your project. EG: firebase use default

    0 讨论(0)
提交回复
热议问题