-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 830 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (18 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Firebase Configuration
# Copy this file to .env and fill in your Firebase project credentials
# Get these values from your Firebase Console:
# 1. Go to https://console.firebase.google.com/
# 2. Create a new project (or use existing)
# 3. Go to Project Settings
# 4. Scroll down to "Your apps" and create a web app
# 5. Copy the firebaseConfig values
# IMPORTANT: Enable Authentication in Firebase Console:
# 1. Go to Authentication > Sign-in method
# 2. Enable "Google" (for account linking)
# 3. Enable "Anonymous" (for automatic sync without sign-in)
VITE_FIREBASE_API_KEY=your_api_key_here
VITE_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_project.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
VITE_FIREBASE_APP_ID=your_app_id