-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
There are some Firebase Auth actions that require a recent (~5mins) sign-in to succeed:
- Delete account (AuthUI.delete() does not handle reauthenticate #478)
- Change email
- Etc
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
Intentsimilar 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
yamminek, kirtan403, rmunk, maillouxc, LukasDJacobs and 7 more