From 238382ef7066b1a82cbccc58e5b8dec894d81f48 Mon Sep 17 00:00:00 2001 From: benitav Date: Wed, 21 Feb 2024 08:53:19 +0200 Subject: [PATCH] Update demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts --- .../library/supabase/AppConfig.template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts b/demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts index 8dd4784f..cb0b088b 100644 --- a/demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts +++ b/demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts @@ -5,6 +5,6 @@ export const AppConfig = { supabaseUrl: 'https://foo.supabase.co', supabaseAnonKey: 'foo', - supabaseBucket: '', // Optional. Only required when syncing attachments with Supabase Storage. See packages/powersync-attachments. + supabaseBucket: '', // Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync-attachments. powersyncUrl: 'https://foo.powersync.journeyapps.com' }; \ No newline at end of file