CSFrequency / react-firebase-hooks

React Hooks for Firebase.
Apache License 2.0
3.58k stars 304 forks source link

how to know after sending the reset email to the user #241

Closed JuelHossain closed 1 year ago

JuelHossain commented 2 years ago

how will I know that the password reset email has been sent successfully? to the user?

chrisbianca commented 1 year ago

As per the example: https://github.com/CSFrequency/react-firebase-hooks/blob/master/auth/README.md#full-example-14, simply await the sendPasswordResetEmail function, and once it returns then the email will have been sent to the user