changeEmail

suspend fun FirebaseUser.changeEmail(newEmail: String, password: String)

Used to change the associated email of a FirebaseUser to the specified newEmail. If a re-authentication is required, then the specified password would be used.