Building an offline-first Flutter app with Supabase and PowerSync

preview_player
Показать описание
Get started with PowerSync by creating a local-first Flutter app with real-time data streaming.

Supabase & PowerSync Integration Guide »»

-------

00:00 Start
00:18 Architecture
00:36 Step 1 — Connect Supabase
01:17 Step 2 — Create Database Tables
01:32 Step 3 — Create Publication
01:46 Step 4 — Create Sync Rules
02:15 Step 5 — Set Up Flutter App
03:39 DEMO
04:19 SYNC DEMO
Рекомендации по теме
Комментарии
Автор

Awesome, This is what I was looking for.

kausikmr
Автор

Great! What about multiuser sync and conflict avoidance? In this example, what if each user ads an item 5 while offline?

moses
Автор

Thanks for the video.

So if I've well understood, despite the app is offline-first, the authentification Always requires internet connexion.

benjaminmoutouama
Автор

i'm building a web application where a admin/user can login and see dashboard. .i have existing database. i only want some limited info on the user side to appear when no internet is ther. Can i only add PowerSync to some tables of the database only on user login side?

AbhishekKumar-jbky
Автор

i am getting this error when i am connect it to supabase "Supavisor does not support logical replication. Connect directly to the postgres instance."

ashutoshrajput