CanayBozkus / Repet_App

2 stars 0 forks source link

While Updating User Data, App Sends Wrong Field Names #16

Closed CanayBozkus closed 3 years ago

CanayBozkus commented 3 years ago

In UserModel().updateData method, we are sending nameSurname field but we are using name_surname. We need to fix and check other naming error.

CanayBozkus commented 3 years ago

There are some inconsistency about naming. To be more consistent, it would be better to user camel case naming convention instead of using underscores. This task scope is changing all cloud fields from underscore naming to camel case naming. Also, because firebase does not let this kind of datafix, we need to delete all data in firebase. So after this task developers need to create new accounts. @UtkuUyar