I have an API that I call that refreshes the data on their server at approximately 5PM EST every Monday but this is not set in stone because of holidays and such.
I want to call the API to get the latest data which works fine .. then I want to break it up with some select distinct and such and store locally ...
Weekly check for new data and if there is content then delete everything and reload with the latest data .. there is no merging or syncing so it's pretty easy ...
What's the best approach to do this in FlutterFlow ?
Is there a demo on Objectbox or Isar or is there a "local firestore" option I'm unaware of ?