Skip to content

Add an AuthUI.reauthenticate() function #563

@samtstern

Description

@samtstern

There are some Firebase Auth actions that require a recent (~5mins) sign-in to succeed:

We should offer a simple method to launch into a re-authentication flow that allows the user to sign in choosing from any of their linked providers.

Considerations:

  • This would likely have to be a method that returns an Intent similar to the sign-in intent
  • The developer will probably want to provide a reason for the re-authentication, maybe passed in
  • This would be similar to the normal sign-in flow with a few alterations:
    • Account creation disabled
    • Account picker screen lists only methods the user has already linked to the FirebaseUser

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions