14 lines
545 B
Plaintext
14 lines
545 B
Plaintext
# Firebase – copy to .env and fill with your Firebase project config
|
||
# Get these from Firebase Console → Project settings → General → Your apps
|
||
|
||
VITE_FIREBASE_API_KEY=
|
||
VITE_FIREBASE_AUTH_DOMAIN=
|
||
VITE_FIREBASE_DATABASE_URL=
|
||
VITE_FIREBASE_PROJECT_ID=
|
||
VITE_FIREBASE_STORAGE_BUCKET=
|
||
VITE_FIREBASE_MESSAGING_SENDER_ID=
|
||
VITE_FIREBASE_APP_ID=
|
||
# Optional: Firestore Emulator (for local development)
|
||
# Uncomment and set these if running Firebase emulator locally
|
||
# VITE_FIRESTORE_EMULATOR_HOST=localhost:8080
|
||
# VITE_FIREBASE_EMULATOR_ENABLED=true |