Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can't firebase login in Cloud 9

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!

like image 715
Схирисх Шреста Avatar asked May 30 '16 14:05

Схирисх Шреста


People also ask

How do I install firebase tools on Windows?

Windows. Download the standalone binary for the CLI. Then, you can access the executable to open a shell where you can run the firebase command. Use npm (the Node Package Manager) to install the CLI and enable the globally available firebase command.


1 Answers

From Michael Bleigh's answer on the firebase-talk group:

Try running

firebase login --no-localhost
like image 93
Frank van Puffelen Avatar answered Sep 21 '22 23:09

Frank van Puffelen