Skip to content
Advertisement

Tag: firebase-authentication

How to change email in firebase auth?

I am trying to change/update a user’s email address using : But I am getting …changeEmail is not a function error. I found the reference here from the old firebase docu. So how to I do it in the 3.x version? Because I cant find a reference in the new documentation. Answer You’re looking for the updateEmail() method on the

Advertisement