Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase login failed

I'm having troubles trying to migrate to new firebase console. I'm doing exactly what is on this link: https://firebase.google.com/support/guides/firebase-web#import_your_project_to_the_firebase_console_numbered

And this is what happened in the step 2: Firebase login failed The Firebase CLI login request was rejected or an error occurred. Please run firebase login again or contact support if you continue to have difficulty logging in.

Any ideas? Thanks since now.

like image 381
Jorgeley Avatar asked May 30 '16 13:05

Jorgeley


People also ask

How do I log into Firebase with my email and password?

If you haven't yet connected your app to your Firebase project, do so from the Firebase console. Enable Email/Password sign-in: In the Firebase console, open the Auth section. On the Sign in method tab, enable the Email/password sign-in method and click Save.

How can I get my Firebase authentication password?

Finding the Password Hash Parameters To access these parameters, navigate to the 'Users' tab of the 'Authentication' section in the Firebase Console and select 'Password Hash Parameters' from the drop down in the upper-right hand corner of the users table.

How do I log into Firebase server?

To sign a user into your app, you first get authentication credentials from the user. These credentials can be the user's email address and password, or an OAuth token from a federated identity provider. Then, you pass these credentials to the Firebase Authentication SDK.


1 Answers

You should try the following:

firebase login --no-localhost 
like image 60
DappWind Avatar answered Sep 20 '22 18:09

DappWind