Add a modal with a TextField with type="email" and a submit button which will send an email containing the reset password link. Firebase SDK supports this feature and we can customize the email content on Firebase console. After submitting, close the modal and show a succes snackbar, show a snackbar error if and only if a network issue occurs.
[x] Reset password modal for unauthenticated user
Same as the modal for unauthenticated user and...
Fill the TextField with the current user's email
[x] Change the "Need a new password?" text below to "Forget password?"
TextField
withtype="email"
and a submit button which will send an email containing the reset password link. Firebase SDK supports this feature and we can customize the email content on Firebase console. After submitting, close the modal and show a succes snackbar,show a snackbar error if and only if a network issue occurs.TextField
with the current user's email