|
Given an app using SignInScreen from firebase_ui_auth, with EmailLinkAuthProvider as one of the providers: A user might accidentally click on the "Sign in with magic link" button. Or they might mistype their email address. In either case, on iOS there is no way to go back to the original SignInScreen, short of terminating and restarting the app. (Android always has a back button available.) It would be better if EmailLinkSignInScreen/EmailLinkSignInView had the same "Go back" option that other screens have (for example, SMSCodeInputScreen). This could be a boolean parameter to the EmailLinkSignInScreen constructor in case some developers prefer the flow as-is. |
Answered by
lesnitsky
Aug 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented in #63 by original author, great job 👍