Firebase Error: Unable to authenticate using the provided code. Please try again

599 阅读1分钟

解决方法是在 CLI 窗口下设置 http/https 代理:

set HTTP_PROXY=http://127.0.0.1:7890
set HTTPS_PROXY=http://127.0.0.1:7890

image.png

然后重新执行 firebase login --no-localhost 后面的流程可以走通了