Open
Description
Feature request
I am building an application for a user group that spends a majority of their time ouside of a network connection. Having an offline sync or cache would simplify development.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Either a recommened approach to caching or storing data offline or providing some magic behind the scenes to sync offline data.
Describe alternatives you've considered
Manually creating a local database copy with Core Data, Swift Data, or Realm Swift.