import 'package:flutter/material.dart'; import 'package:supabase_flutter/supabase_flutter.dart'; void main() async { Supabase.initialize( // TODO: Replace thecredentialswith your own url: 'YOUR_SUPABASE_URL', anonKey: 'YOUR_SUPABASE_ANON_KEY', ); runApp(const MyApp()); } final supabase ...
Flutter Docs See GitHub Python Community C# Community Swift Docs See GitHub Kotlin Community Example projects Expo Starter Template bottom tabs with auth flow (Typescript) NestJS example NestJS example using Supabase Auth Next.js Realtime chat app ...