1. 17
    Send a Password Reset Email Using Firebase Authentication with sendPasswordResetEmail
    2m 1s

Send a Password Reset Email Using Firebase Authentication with sendPasswordResetEmail

Share this video with your friends

Send Tweet

A scenario you will inevitably run into is users needing to reset their passwords for security reasons or they lost and forgot their password.

We'll learn how to send our users an email to reset their passwords, after we send the email, we'll display a notification alert with ionic alertController to the user and redirect them to the login page.