Closed
Description
The method updatePassword(to:..) is missing from the FirebaseAuth.currentUser().
This means we can not update a authenticated user's password in app. We have have to send a password reset email instead which means the user has to leave the app.
This exists on the iOS, Android and Web SDK documentation
I am using firebase_auth: "^0.5.5". This affects both iOS and Android