firebase / FirebaseUI-Flutter

Apache License 2.0
106 stars 94 forks source link

feat(ui_auth): add display name screen when user register #82

Closed YassinNouh21 closed 10 months ago

YassinNouh21 commented 1 year ago

Description

This PR enhances the SignInScreen widget by adding a new feature. When the displayName property of the user is found to be null, the app will now navigate the user to a screen titled "What is your name?" where they can input or edit their display name. This feature provides a more user-friendly.

Related Issues

This is based on Discussed in 69 and Issue 76 for enhancement

Checklist

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

lesnitsky commented 1 year ago

While this is a good showcase of how this could be done with the current API, the idea behind #76 was to implement the screen in the library, so that it is responsive as the rest of the *Screen widgets (see ResponsivePage), support localizations, use UniversalScaffold. @YassinNouh21 would you be willing to implement such a widget?

lesnitsky commented 12 months ago

@YassinNouh21 would you be willing to address my feedback?

YassinNouh21 commented 12 months ago

@lesnitsky today I will address it

lesnitsky commented 11 months ago

@YassinNouh21 any updates on this PR?

YassinNouh21 commented 11 months ago

@YassinNouh21 any updates on this PR?

Sorry I been busy this week I will finish it by the weekend

lesnitsky commented 10 months ago

@YassinNouh21 any updates on this?

bakua commented 7 months ago

Shame :/