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

name in profile page made dynamic #54

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

WednesdaySP
Copy link
Contributor

[Feature Request]: updating user name in profile page #50

This PR introduces the feature of displaying the user's name on the profile screen after they log in or sign up. Previously, the app was using a static name on the profile screen. Now, the actual name of the user (retrieved from Firebase) is displayed after login and sign-up, ensuring a more personalized experience.

Changes Made:
Implemented functionality in the AuthCubit to fetch user data (including the name) after login or sign-up.
The HomePage now dynamically displays the user's name passed from the AuthCubit instead of a static value.
Stored the user data in SharedPreferences to maintain the user's session and easily access the name across screens.

Testing:
Verified that the correct name is displayed after login and sign-up.
Checked that the name persists between app sessions using SharedPreferences.

Additional Notes:
This feature improves user experience by displaying personalized information on the profile screen.

WhatsApp.Video.2024-10-13.at.15.52.37_0b669454.mp4

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you @WednesdaySP for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@prajapatihet prajapatihet removed the request for review from xkaper001 October 13, 2024 14:04
@prajapatihet prajapatihet added level1 Easy to solve issues for GSSoC'24 Ext gssoc-ext Girl Script Summer of Code hacktoberfest Hacktoberfest'24 hacktoberfest-accepted Hacktoberfest'24 Accepted labels Oct 13, 2024
@prajapatihet prajapatihet merged commit 5238b43 into prajapatihet:main Oct 13, 2024
1 check passed
@WednesdaySP
Copy link
Contributor Author

@prajapatihet is it possible that you could assign level 2 for this PR.

@prajapatihet
Copy link
Owner

I will assign it to your PR in this in won't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Girl Script Summer of Code hacktoberfest Hacktoberfest'24 hacktoberfest-accepted Hacktoberfest'24 Accepted level1 Easy to solve issues for GSSoC'24 Ext
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants