-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement settings - edit profile #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting this error on the following data :( (see below, password: test123)
I looked into the code and honestly not sure why user.name
seems to be null in this instance, because I saw that you already did make the check of user
not being null—my only suggestion is maybe try using the getName()
function from the User
class? Although I wouldn't be sure why it seems to be working on your end with the same code/maybe cached somehow 😮 feel free to try on my sample account
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for review!! overflow should be fixed now! |
Overview: Implement edit profile capabilities --> connected to Firebase
Screenshots:
Edited screens:
• hub_screen: implemented UI + backend for editing profile under 'Profile' --> 'Settings' tab
New widgets:
• EditFormField: TextField for editing profile
Edited data models:
• User: added phoneNumber instance variable
New assets (1):
• edit_button.png