feat(auth-firebase): implement Phase 2 integration - Firebase Auth, Session Sync, Favorites Grid, and Firestore Newsletter
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user