-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Configure email signIn to not ask first and last name? #467
Comments
@Paul776 that's not currently possible in the library but I do think that would be a good customization for the future. The main roadblock to adding this and other minor customizations is we want to avoid filling the library with boolean flags that create more room for error (by us or by devs using the library). |
I understand, and yes this could be marked as an "improvement suggestion" then. As a starter that field can be either "hidden" or maybe simply give a customisation possibility to change the text label. (due to the nature of my app I'd rather call that field "nickname" than first name and last name. |
@Paul776 You can actually do that by creating a string resource overriding FirebaseUI's: Do watch out for new versions FirebaseUI though because they may change the ids of these string resources at anytime and without notice. |
@samtstern Ok, if #1083 goes through, we can do some crazy cool stuff! I'm not sure if we'd want this kind of feature, but I was thinking of enabling a fully customizable sign-in field template. That is, devs would be able to supply required and optional fields that we generate views for on-the-fly and use annotations and reflection to support custom validation. The new builder APIs in my PR would enable this kind of customization that could be used to build conference apps or something else that requires many fields. What do you think? If you like the idea, I'd whip up a PR so we can have it ready by |
@SUPERCILEX let's first offer a long-awaited flag for this particular issue, release |
@samtstern Haha, that SGTM. At least the doors will be open now! 😁 |
@SUPERCILEX |
Is this issue still can't be fixed? Same here as someone already said. "First & last name" simply sounds weird in my app and might scare people to type anything. |
@Levelleor this is on the |
@SUPERCILEX this is the last bug on the |
@samtstern Yup, SGTM! |
This has been fixed and released in version |
Hi
Is it possible customise the email signup screen to not ask the first and last name ?
Thanks
The text was updated successfully, but these errors were encountered: