- Data changes are streamed from the PowerSync Service to the SDK client over HTTPS
- Using the
watch()API, client-side SQLite database changes can be streamed to your app UI
watch() can be found below
Replace Supabase Realtime with PowerSync streaming sync and the watch() API for efficient, offline-capable database change listeners.
watch() API, client-side SQLite database changes can be streamed to your app UIwatch() can be found below