File tree Expand file tree Collapse file tree 4 files changed +20
-17
lines changed
supabase-anonymous-auth/lib
supabase-edge-function-auth/lib Expand file tree Collapse file tree 4 files changed +20
-17
lines changed Original file line number Diff line number Diff line change
1
+ // Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2
+ // Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
1
3
class AppConfig {
2
- static const String supabaseUrl = 'https://jrimaqxlgrpjipgssldo.supabase.co' ;
3
- static const String supabaseAnonKey =
4
- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImpyaW1hcXhsZ3JwamlwZ3NzbGRvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTE1ODY5MTAsImV4cCI6MjAwNzE2MjkxMH0.K-Qb-YFz0oVpLshUEezGU-Do-sX08zKqBzVccDoZp_Y' ;
4
+ static const String supabaseUrl = 'https://foo.supabase.co' ;
5
+ static const String supabaseAnonKey = 'foo' ;
5
6
}
Original file line number Diff line number Diff line change
1
+ // Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2
+ // Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
1
3
class AppConfig {
2
- static const String supabaseUrl = 'https://jrimaqxlgrpjipgssldo.supabase.co' ;
3
- static const String supabaseAnonKey =
4
- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImpyaW1hcXhsZ3JwamlwZ3NzbGRvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTE1ODY5MTAsImV4cCI6MjAwNzE2MjkxMH0.K-Qb-YFz0oVpLshUEezGU-Do-sX08zKqBzVccDoZp_Y' ;
4
+ static const String supabaseUrl = 'https://foo.supabase.co' ;
5
+ static const String supabaseAnonKey = 'foo' ;
5
6
}
Original file line number Diff line number Diff line change
1
+ // Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2
+ // Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
1
3
class AppConfig {
2
- static const String supabaseUrl = 'https://aaaaaaaaaaaa.supabase.co' ;
3
- static const String supabaseAnonKey = 'eyeyeyeyeyeye' ;
4
- static const String powersyncUrl =
5
- 'https://65130c9db6679a3682ba380a.powersync.journeyapps.com' ;
4
+ static const String supabaseUrl = 'https://foo.supabase.co' ;
5
+ static const String supabaseAnonKey = 'foo' ;
6
+ static const String powersyncUrl = 'https://foo.powersync.journeyapps.com' ;
6
7
}
8
+
Original file line number Diff line number Diff line change
1
+ // Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
2
+ // Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
1
3
class AppConfig {
2
- static const String supabaseUrl = 'https://jrimaqxlgrpjipgssldo.supabase.co' ;
3
- static const String supabaseAnonKey =
4
- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImpyaW1hcXhsZ3JwamlwZ3NzbGRvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTE1ODY5MTAsImV4cCI6MjAwNzE2MjkxMH0.K-Qb-YFz0oVpLshUEezGU-Do-sX08zKqBzVccDoZp_Y' ;
5
- static const String powersyncUrl =
6
- 'https://64d392172a3c226cddbd5070.powersync.journeyapps.com' ;
7
- static const String supabaseStorageBucket =
8
- '' ; // Optional if you want to test out attachments
4
+ static const String supabaseUrl = 'https://foo.supabase.co' ;
5
+ static const String supabaseAnonKey = 'foo' ;
6
+ static const String powersyncUrl = 'https://foo.powersync.journeyapps.com' ;
7
+ static const String supabaseStorageBucket = '' ; // Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync_attachments_helper.
9
8
}
You can’t perform that action at this time.
0 commit comments