Closed CanayBozkus closed 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
In UserModel().updateData method, we are sending nameSurname field but we are using name_surname. We need to fix and check other naming error.