# Firebase Emulator Configuration
FIREBASE_PROJECT_ID=demo-project
STORAGE_BUCKET=demo-bucket
REGION=us-central1

# Emulator Endpoints
FUNCTIONS_EMULATOR_HOST=localhost:5001
STORAGE_EMULATOR_HOST=localhost:9199
FIRESTORE_EMULATOR_HOST=localhost:8080
