HTTP Error: 401, The entered credentials were incorrect. Firebase Cloud Function

后端 未结 1 1646
轮回少年
轮回少年 2021-02-07 10:02

Whenever I use following command in terminal (mac os sierra)

firebase init

below three option will be displayed

❯◯ Database: Dep         


        
相关标签:
1条回答
  • 2021-02-07 10:37

    I had the same Firebase Error: "HTTP Error: 401, The entered credentials were incorrect" when I was authenticated with the wrong Google account. I did firebase login --reauth and logged in with the right account. After that, the project was successfully deployed.

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