ricardorauber / StrapiSwift

A Swift toolkit to connect to your Strapi backend
MIT License
10 stars 3 forks source link

Offline persistence #2

Closed haptork closed 2 years ago

haptork commented 2 years ago

Any idea on how to add offline persistence or offline syncing support to an app that uses Strapi? Something that Firestore etc. provide?

ricardorauber commented 2 years ago

I don’t know a perfect framework for that, but there are many awesome frameworks out there like Realm or CoreData itself