Notes
Offline First Data Sync
Offline First Data Sync
  • Offline First Data Sync
    • Offline Data
    • Online Data
    • File Store / S3
    • Sync Logic
      • Big Brother
Powered by GitBook
On this page

Offline First Data Sync

How to successfully implement data sync between 2 devices

NextOffline Data

Last updated 1 year ago

To sync data between 2 or more devices, we need 3 things:

  1. collection: It could be SQLite, Realm or something else

  2. Store: A server or cloud data provider such as FIrebase, Supabase, Parse etc

  3. A such as AWS S3 or Firebase Storage.

  4. And last but not the least, some .

Offline Data
Online Data
Blob Storage
logic magic