3

无法登录到 Firebase CLI。

firebase login 

在浏览器中生成以下错误提示:

The redirect URI in the request, http://localhost:9005, does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/...?project=... to update the authorized redirect URIs.

观察:

  • http://localhost:9005和每一个可能的变化,包括斜杠和 https 协议都列在 web oauth 客户端下

  • 指向?project=xxx错误的项目 ID

firebase login:ci --interactivefirebase login --reauth产生完全相同的结果。

github问题被忽略了。我真的很想使用云功能功能

4

1 回答 1

-1

解决方案是改用以下命令:

firebase login --no-localhost
于 2021-10-06T20:35:18.717 回答