We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488e372 commit 238382eCopy full SHA for 238382e
demos/react-native-supabase-todolist/library/supabase/AppConfig.template.ts
@@ -5,6 +5,6 @@
5
export const AppConfig = {
6
supabaseUrl: 'https://foo.supabase.co',
7
supabaseAnonKey: 'foo',
8
- 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.
9
powersyncUrl: 'https://foo.powersync.journeyapps.com'
10
};
0 commit comments