...

/

Password Change

Password Change

Let's learn how to implement the "Change Password" feature in our application.

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

...