skip to Main Content

I’m coming back into using Firebase after about 2 years, and now I’m having trouble trying to login my CLI into Firebase (yes, I have installed npm i -g firebase-tools). I’ve tried 3 different commands for it, all of them result in one of the images below:

  • firebase login
  • firebase login:ci
  • firebase login:ci --no-localhost

Here is the result, after I allow Firebase CLI to integrate with my account:

Something went wrong 1

Something went wrong 2

I had already tried this 1 month ago on a Windows machine, but now I’m getting it again on my ArchLinux. Does anyone even have a clue about what’s going on? I am logged in successfully on the browser, so I guess it’s a problem on Google’s end, with an incredibly generic error message.

Just found out someone else has had the same problem yesterday.

I’ve also registered this as a bug on the respective repo on Github.

And here is what appears on my Inspector’s Console, 2 improvement issues:

Improvement Issues

2

Answers


  1. Chosen as BEST ANSWER

    I don't know why or how, but opening the link through Chrome (or another browser?) actually worked. I was opening it through Brave, thinking that, since both are based on the Chrome engine, nothing would change.


  2. Try using the incognito mode or private tab. I was using Firefox and I get this error. But it worked when I tried in a Private tab.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search