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 e904b57 commit 2d59344Copy full SHA for 2d59344
example/lib/main.dart
@@ -7,8 +7,8 @@ import 'package:supabase_auth_ui/supabase_auth_ui.dart';
7
void main() async {
8
WidgetsFlutterBinding.ensureInitialized();
9
await Supabase.initialize(
10
- url: 'https://hvjjvggueouofkqafawj.supabase.co',
11
- anonKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imh2amp2Z2d1ZW91b2ZrcWFmYXdqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDM5ODA2MTMsImV4cCI6MjA1OTU1NjYxM30.m0VSa8jdoNcJFmS18xMwtM0P9yblakd2QgEXkW5kAqU',
+ url: 'https://yoursupabaseurl.supabase.co',
+ anonKey: 'your_anon_key',
12
);
13
runApp(const MyApp());
14
}
0 commit comments