Use the updatePassword method to update the password of the currently authenticated user.
updatePassword
final user = FirebaseApp.firebaseAuth?.updatePassword(newPassword);
newPassword (String): The new password for the user.
String
user: The current user is returned.
user
This method allows the currently authenticated user to update their password.
Last updated 1 year ago