Offline First Data Sync
How to successfully implement data sync between 2 devices
To sync data between 2 or more devices, we need 3 things:
Offline Data collection: It could be SQLite, Realm or something else
Online Data Store: A server or cloud data provider such as FIrebase, Supabase, Parse etc
A Blob Storage such as AWS S3 or Firebase Storage.
And last but not the least, some
logicmagic.
Last updated