Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirebaseAuthRecentLoginRequiredException is really tricky #135

Open
grodin opened this issue Jul 26, 2023 · 0 comments
Open

FirebaseAuthRecentLoginRequiredException is really tricky #135

grodin opened this issue Jul 26, 2023 · 0 comments
Labels
robustness Issues related to making the app more robust tech debt ux-issue

Comments

@grodin
Copy link
Collaborator

grodin commented Jul 26, 2023

FirebaseAuthRecentLoginRequiredException is going to be a real pain. It can be thrown on potentially any operation on FirebaseUser instance, and requires re-authenticating. The current structure, with authentication at (nearly) the root of the workflow tree means that we need to be able to jump down to there and return back to where we were.

This should only be of concern in the "Edit user account" screen, so perhaps has limited reach.

@grodin grodin added robustness Issues related to making the app more robust tech debt ux-issue labels Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
robustness Issues related to making the app more robust tech debt ux-issue
Projects
None yet
Development

No branches or pull requests

1 participant