You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use two different flows for signin and signup
I am currently using "email" parameter in signIn method for pre-fill the email address
FUIEmailAuth.signIn(withPresenting: rootViewController, email: "[email protected]")
I do not see any error and if I manually fill the email with "[email protected]" (or any other fake email address) then the sign up procedure works properly.
The problem is not the signup procedure itself but the content of the email field at the beginning. It should not be empty but it should be the defaultEmail that I've specified in the FUIEmailAuth.signIn method.
I want to use two different flows for signin and signup
I am currently using "email" parameter in signIn method for pre-fill the email address
FUIEmailAuth.signIn(withPresenting: rootViewController, email: "[email protected]")
This method runs when I push the signIn button
and this one runs when I push the signUp button
It is working fine for signIn but not for signUp
Is it a bug?
Is there any other way to pre-fill the signup email address?
The text was updated successfully, but these errors were encountered: