That’s a great idea! Thank you for the insight.

How can I make a recurring event that will automatically save user data? even when the user is offline

And another question:

In theory, how can I implement a feature where the user can access past information?
For example, the user should be able to select a specific date and view all the data from that day while keeping the UI consistent.

Currently, I can access data through the database like this: Current User > today-consumed-calories.
But how can I dynamically display information for a specific date that the user selects and ensure they see the correct data for that date?

Sorry for all the newbie questions I’m new to this and trying to understand the logic.