From fc08a442c6fa8b35e3e3e08cda49cadcb0ab643c Mon Sep 17 00:00:00 2001 From: marknesh Date: Wed, 19 Aug 2026 11:57:32 +0300 Subject: [PATCH] Improve Supabase integration guide video responsiveness --- integrations/supabase/guide.mdx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/integrations/supabase/guide.mdx b/integrations/supabase/guide.mdx index 0b4c0971..1753e219 100644 --- a/integrations/supabase/guide.mdx +++ b/integrations/supabase/guide.mdx @@ -10,10 +10,15 @@ import PostgresPowerSyncUser from '/snippets/postgres-powersync-user.mdx'; import PostgresPowerSyncPublication from '/snippets/postgres-powersync-publication.mdx'; - + This guide shows you how to configure PowerSync with [Supabase](https://supabase.com/). PowerSync syncs your Supabase Postgres database to a local SQLite database on each client, so your app reads and writes locally and stays highly responsive even in poor network conditions.