Firebase CLI重定向\u uri \u登录时不匹配

Firebase CLI重定向\u uri \u登录时不匹配,firebase,firebase-tools,Firebase,Firebase Tools,无法登录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=...

无法登录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.
职责:

  • web oauth客户端下列出了每个可能的变化,包括尾部斜杠和https协议

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

firebase登录:ci--interactive
firebase登录--reauth
产生完全相同的结果


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

尝试
firebase登录--没有本地主机
?@MichaelBleigh我尝试过,但是--没有本地主机不允许用于web应用程序。查看CLI的源代码,问题是我在.bash\u概要文件中为以前的项目导出了$FIREBASE\u CLIENT\u ID