mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 20:14:30 +08:00
7 lines
254 B
Dart
7 lines
254 B
Dart
/// TODO: update with your custom SCHEME and HOSTNAME
|
|
const myAuthRedirectUri = 'io.supabase.flutterdemo://login-callback';
|
|
|
|
/// TODO: Add your SUPABASE_URL / SUPABASE_KEY here
|
|
const supabaseUrl = 'SUPABASE_URL';
|
|
const supabaseAnnonKey = 'SUPABASE_KEY';
|