michael-maltsev / cheese-fork

A scheduling helper web application for Technion students
https://cheesefork.cf
GNU General Public License v3.0
50 stars 13 forks source link

Changes are not being saved on my phone #9

Closed simonlsk closed 5 years ago

simonlsk commented 5 years ago

I log in on my phone (chrome, android) and make changes to my calendar but after refreshing I get my old calendar back. Happens both in mobile and desktop mode.

Thanks,

michael-maltsev commented 5 years ago

The reason was that the free daily quota of write operations was fully used yesterday. CheeseFork uses Firebase as a storage service, and it provides 20000 daily write operations for free. I think that's the first time we reach the limit (which is cool), so it's probably time to move to a paid plan.