Files
grateful-journal/.env.example
2026-03-04 11:49:45 +05:30

14 lines
545 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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