In this Android firebase tutorial, you will learn how you can send a password reset email to a user using firebase authentication library.
This tutorial is a continuation of the previous part where we covered signing the user in firebase, so make sure to watch that part first.
In this tutorial you will add a forgot password button inside the main screen, this button will link to forgot password screen which contains an email EditTexts.
Once the user insert the email address which he/she previously registered in Firebase, this user will receive an email from Firebase which contain a link to reset the user's password.
The user will then be able to login to the app again using the new password.
You will learn:
1- How to send a password reset email to the user using firebase authentication library.
2- How to customize the password reset email inside Firebase console.
Links:
1- Firebase: https://firebase.google.com/
2- More Android tutorials: https://www.codingdemos.com/