15

Installed firebase-tools in Cloud 9. To set it up, tried firebase login but can't get the auth for the cli. After clicking on the authentication link that's provided, the redirect url looks for the localhost which obviously can't be reached.

Answer on cloud9 support makes sense but did everything that's been told there and still can't make it work. The authentication link itself already has localhost to redirect to and the port is by default 9005 in the link - manually changing it to c9 workspace preview url or port number returns "redirect url mismatched" from Google.

Anybody else tried firebase-tools in Cloud 9 and made this work? Thanks in advance!

4

1 回答 1

38

来自Michael Bleigh 在 firebase-talk 小组的回答

尝试运行

firebase login --no-localhost
于 2016-05-30T15:12:35.953 回答