Skip to content

Commit 238382e

Browse files
authored
Update demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts
1 parent 488e372 commit 238382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
export const AppConfig = {
66
supabaseUrl: 'https://foo.supabase.co',
77
supabaseAnonKey: 'foo',
8-
supabaseBucket: '', // Optional. Only required when syncing attachments with Supabase Storage. See packages/powersync-attachments.
8+
supabaseBucket: '', // Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync-attachments.
99
powersyncUrl: 'https://foo.powersync.journeyapps.com'
1010
};

0 commit comments

Comments
 (0)