SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Quang editable client profile #209

Closed QuangTran304 closed 2 years ago

QuangTran304 commented 2 years ago

These are the changes I made on this branch:

MarwaKhalid commented 2 years ago

A few notes:

  1. When I try to update from the edit modal, no data in the database gets changed
  2. Clicking the update button does not close the modal
  3. Branch has conflicts
QuangTran304 commented 2 years ago

The code looks good, but for some reason the when I tested in local env the update button doesn't update the info. Can you check that please @QuangTran304

@SamanthaGuillemette Sam, this should be fixed now. It happened before because I manually created the "profileImage" field on my client account from the Firebase backend (I forgot to handle the case where there's no such field in a new account). That's why I never saw the error but all of you do 😁 .