bsoc-bitbyte / bsoc-bitbyte/Nudj
Integrate the entire Forgot Password flow using firebase.
- Dominant language
- Kotlin
- Stars
- 21
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
# What to integrate?
- Integrate the forgot password screen to call an already present function to send reset password email when the email is entered and the button pressed.
- After verification, user should be redirected to the reset password screen where they can enter and re-enter the password.
# Things to keep in mind -
- Use `isValidEmail` helper function from `utils/Validator` for validate the format of the email input.
- Use the `sendPasswordResetEmail` function from the repository to send the email.
- Use the `EmailVerificationScreen` with the timer countdown to handle the intermediate stage.
- After successful verification, redirect to the `ResetPasswordScreen` for the user to input new password.
Contributor guide
Assessment
This issue has not been assessed yet.