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

[Feature Request] Allow a default email address to be specified in AuthUI.IdpConfig.EmailBuilder() #1670

Closed
avoirtech opened this issue Sep 2, 2019 · 4 comments

Comments

@avoirtech
Copy link

It can often be the case that the calling code will have a good idea what email address the user is going to use to sign in with (for example, when resuming after sending a verification email).

It would make things smoother for the end user if we could have a method to pre-populate the email address field in the email sign in page. Something like:
AuthUI.IdpConfig.EmailBuilder().setEmail("[email protected]").build()

@samtstern
Copy link
Contributor

@avoirtech thanks for this! Sounds like a nice improvement.

@samtstern samtstern added the auth label Sep 4, 2019
@danielfaust
Copy link

Is there a way to get the password the user used to sign up? Because it is needed since FirebaseAuth.getInstance().signInWithEmailAndPassword(strEmail, strPassword) requires it, and FirebaseUI doesn't provide this functionality.

Adding the feature of this issue would be more than just a nice improvement.

@samtstern
Copy link
Contributor

@danielfaust no there is currently no way to get the password the user signed up with. Can you file a new issue explaining what you're doing that would require this?

@samtstern
Copy link
Contributor

This was released in version 7.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants