-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
16 lines (15 loc) · 800 Bytes
/
env.example
File metadata and controls
16 lines (15 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Firebase Configuration
# Copy this file to .env and fill in your Firebase project values
#
# IMPORTANT: First create a Web App in Firebase Console:
# 1. Go to Project Settings > General
# 2. Click "Add app" and select Web (</>)
# 3. Register your app to get the config values below
# 4. Get these values from the firebaseConfig object shown after registration
VITE_FIREBASE_API_KEY=AIzaSyC... # From firebaseConfig.apiKey (starts with AIzaSy)
VITE_FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com
VITE_FIREBASE_DATABASE_URL=https://your-project-default-rtdb.firebaseio.com/
VITE_FIREBASE_PROJECT_ID=your-project-id
VITE_FIREBASE_STORAGE_BUCKET=your-project.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=123456789
VITE_FIREBASE_APP_ID=1:123456789:web:abc123def456 # Full app ID with web suffix