Shows a simple Swift To Do List app that's syncing data in real-time, going offline, and then automatically syncing offline changes when online again.
The app uses a local-first architecture that downloads relevant user data to a local SQLite database which enables offline capabilities and is kept in sync through PowerSync's sync service: https://www.powersync.com