New federated-like plugin for Authentication #239

Open
hugo wants to merge 4 commits from chore/authentication/new-federated-plugin into master
Showing only changes of commit 57e6da881a - Show all commits

View File

@ -22,9 +22,7 @@ import 'package:wyatt_authentication_example/app.dart';
import 'package:wyatt_authentication_supabase/wyatt_authentication_supabase.dart';
const supabaseUrl = 'https://yarkjotsulnccxdkztiv.supabase.co';
// const supabaseKey = String.fromEnvironment('SUPABASE_KEY');
const supabaseKey =
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inlhcmtqb3RzdWxuY2N4ZGt6dGl2Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MTE2NDc0MDEsImV4cCI6MjAyNzIyMzQwMX0.mxvcp2oZrKRxtzhgjasoTYP7YNcTWdLOY6_B8ftgWbk';
const supabaseKey = String.fromEnvironment('SUPABASE_KEY');
Future<void> main(List<String> args) async {
WidgetsFlutterBinding.ensureInitialized();