ShumbaBrown / Project-Sia

1 stars 1 forks source link

Dev backend #65

Closed ShumbaBrown closed 4 years ago

ShumbaBrown commented 4 years ago

Added Profile screen. It currently only supports updating First Name and Last Name on the front end side but there is the backend infrastructure for all other fields. @TariqC7 this should make it easier for when you're building out this page.

I am sure it will also fail a few tests as I had to change the set in the user class to a list. Firebase does not understand a set as a datatype, so I had to use list.