dgavriloff / adaptive-tdee-tracker

Allows users to get an estimate of their total daily energy expenditure from their weight loss and calorie intake.
0 stars 0 forks source link

Data perseverance while offline. #7

Closed dgavriloff closed 2 weeks ago

dgavriloff commented 2 weeks ago

Right now users can only manipulate and see their data when connected to the internet. obj: cache the data for the user's access while offline. when online again, sync the cache and firestore.

dgavriloff commented 2 weeks ago

Turns out firebase already caches all data and I don't need to do anything for this issue but I'll still take credit.