Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting Error Updating Email/Password on Firebase

I am having error on Firebase. When I am trying to enabled Email and Password for Authentication. I am getting error like "ERROR UPDATING EMAIL/PASSWORD". enter image description here

like image 469
Bonny Avatar asked Jan 06 '21 01:01

Bonny


People also ask

How do I change my Firebase verification email?

To customize your Firebase project's email action handler, you must create and host a web page that uses the Firebase JavaScript SDK to verify the request's validity and complete the request. Then, you must customize your Firebase project's email templates to link to your custom action handler.

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.


Video Answer


2 Answers

If you are using CORS extension, disable it and you will be fine!

like image 200
Guvanch Avatar answered Oct 20 '22 04:10

Guvanch


Try to to enable the Email/Password provider using an incognito window, or try using a different supported browser.

Verify if there are any other programs that might be blocking your connection such as antivirus, proxy or firewall. If yes, try to disable them.

Connect using a different network or machine

like image 26
Bonny Avatar answered Oct 20 '22 03:10

Bonny