-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 916 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (19 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###############################################
# Vite Frontend Firebase Configuration (.env) #
###############################################
# Copy this file to `.env` and fill with your Firebase Web App config.
# Find these in Firebase Console → Project settings → General → Your apps (Web)
VITE_FIREBASE_API_KEY="YOUR_API_KEY"
VITE_FIREBASE_AUTH_DOMAIN="your-project.firebaseapp.com"
VITE_FIREBASE_PROJECT_ID="your-project-id"
VITE_FIREBASE_APP_ID="YOUR_APP_ID"
VITE_FIREBASE_MESSAGING_SENDER_ID="YOUR_SENDER_ID"
# Optional
VITE_FIREBASE_STORAGE_BUCKET="your-project.appspot.com"
VITE_FIREBASE_MEASUREMENT_ID="G-XXXXXXX"
VITE_FIREBASE_DATABASE_URL=""
# Cloud Functions region (defaults to us-central1 if omitted)
# VITE_FIREBASE_FUNCTIONS_REGION="us-central1"
# Local development (enable only if you actually run emulators)
# VITE_USE_FIREBASE_EMULATORS="false"
# VITE_FUNCTIONS_EMULATOR_PORT="5002"