Password Change
Let's learn how to implement the "Change Password" feature in our application.
We'll cover the following
Updating the Password
Now, we’ll add the second password feature that we need in our application: password change. This will also be in our Firebase interface. We only need a form component to use it.
Again, the form component isn’t any different from the sign in, sign up, and forget password forms.
Implementation
In the src/components/
PasswordChange/index.js
file add the following component:
Get hands-on with 1400+ tech skills courses.