Added Supabase SQL migrations and environment config

This commit is contained in:
Tomas Dvorak
2026-01-03 18:38:17 +01:00
parent 572fbb971c
commit 8e83c30840
5 changed files with 358 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Supabase Configuration
# Copy this file to .env and fill in your actual values
# Then run the app with: flutter run --dart-define-from-file=.env
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key-here