-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (24 loc) · 1.12 KB
/
.env.example
File metadata and controls
26 lines (24 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Firebase Configuration
# Get these values from your Firebase Console:
# 1. Go to https://console.firebase.google.com/
# 2. Create a new project or select existing
# 3. Go to Project Settings > General
# 4. Scroll down to "Your apps" and add a Web app
# 5. Copy the config values below
VITE_FIREBASE_API_KEY=your-api-key
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:abcdef
# Google OAuth Client ID (Web Application type)
# Get this from Google Cloud Console:
# 1. Go to https://console.cloud.google.com/
# 2. APIs & Services > Credentials
# 3. Create OAuth 2.0 Client ID (Web Application type, NOT Chrome Extension)
# 4. Add redirect URIs for each extension ID:
# https://<extension-id>.chromiumapp.org/
# 5. In Firebase Console > Authentication > Sign-in method > Google,
# add this client ID to the safelist
VITE_GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com