Skip to content

firebase_auth missing critical methods #19525

@ffeu

Description

@ffeu

Despite of #17343 and #18959, these critical methods are still missing for the firebase_auth plugin.

FirebaseUser.updatePassword()
FirebaseUser.delete()

Due to security, updateEmail(), updatePassword() and delete() require a recent authentication, which then could be accomplished using the also absent FirebaseUser.reauthenticate().

Finally, without the one below, firebase e-mail templates will be sent only in English.
FirebaseAuth.setLanguageCode()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions