CanayBozkus / Repet_App

2 stars 0 forks source link

Reading Routine Data From Cloud #10

Closed CanayBozkus closed 3 years ago

CanayBozkus commented 3 years ago

Currently, reading routine field from cloud gives error. We need to check why this problem happens and maybe we might need to change current data structure.

CanayBozkus commented 3 years ago

I could not reproduce error but I fixed writing routine data to local database after reading from cloud. Method was trying to write as map of routine class. I changed it to write as map of map. If the error happens again we will open new issue.