Replies: 1 comment 1 reply
-
Could you please provide more details on what's expected?
I'm not sure I understand what it means. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Copied from firebase/flutterfire#11730
On
firebase_auth
there is aFirebaseAuthException
with code "requires-recent-login
". I believe it would be useful to have a method to test if this would be thrown on trying to work with security-sensitive actions.For example, with
firebase_ui_auth
, when I callEmailSignUpDialog
it throws the warning there. I would love for it to show my users that they need to reauthenticate before opening that dialog.Beta Was this translation helpful? Give feedback.
All reactions