WebDevSimplified / React-Firebase-Auth

637 stars 439 forks source link

Can not update email and password together #26

Open mohaelbuni opened 1 year ago

mohaelbuni commented 1 year ago

when I am trying to update the email and password at the same time, and the error either Token expired or the email invalid, I think that's because when updating the email and then coming to update the password firebase already update the email so doesn't know which updated password to which email, so what I am doing let the password update first cause a token expired issue. if anyone can give me the idea to update email and password together I will be appropriate that.

jodelajo commented 1 year ago

I ran into the same problem. Hope to see a solution for this.