Skip to content
#

redux-thunk

Here are 2,573 public repositories matching this topic...

matchatype
matchatype commented Feb 12, 2020

Updating user email is easy using firebase hooks. You just call firebase.updateEmail('new@email.com').

If you are storing user profiles you can pass a second argument to update the profile as well firebase.updateEmail('new@email.com', true).

However, what happens if the user change his/her mind, and clicks on the email link received from firebase auth? User's email address would be reset

Improve this page

Add a description, image, and links to the redux-thunk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the redux-thunk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.