Update Password in Firebase Email Authentication.

I'm using Firebase email/password authentication, and I need to implement a feature that allows users to update their password while they are logged in.
I couldn't find any methods for changing the password directly.
FlutterFlow provides a 'reset password' feature, but it sends a link to the user's email to reset the password. Is there a way to implement password changes ?

2
1 reply