feat(auth-firebase): implement Phase 2 integration - Firebase Auth, Session Sync, Favorites Grid, and Firestore Newsletter

This commit is contained in:
2026-05-21 14:14:10 +02:00
parent 548c7605bc
commit 21833fa05b
15 changed files with 1532 additions and 40 deletions
+9
View File
@@ -0,0 +1,9 @@
# FlixCooks Firebase Configuration
# Replace these placeholder values with your actual Firebase project settings.
FIREBASE_API_KEY="AIzaSyYourApiKeyHere"
FIREBASE_AUTH_DOMAIN="flixcooks-your-project-id.firebaseapp.com"
FIREBASE_PROJECT_ID="flixcooks-your-project-id"
FIREBASE_STORAGE_BUCKET="flixcooks-your-project-id.appspot.com"
FIREBASE_MESSAGING_SENDER_ID="123456789012"
FIREBASE_APP_ID="1:123456789012:web:abcdef123456"