-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.sample
More file actions
22 lines (18 loc) · 866 Bytes
/
.env.sample
File metadata and controls
22 lines (18 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Firebase Project Configuration
# To get these values:
# 1. Go to your Firebase Project Settings in the Firebase console
# 2. Look for "Your apps" section and click on the web app
# 3. In the Firebase SDK snippet section, select "Config"
# 4. Copy values from the config object to here
VITE_API_KEY=your-firebase-api-key
VITE_AUTH_DOMAIN=your-firebase-auth-domain
VITE_PROJECT_ID=your-firebase-project-id
VITE_STORAGE_BUCKET=your-firebase-storage-bucket
VITE_MESSAGING_SENDER_ID=your-firebase-messaging-sender-id
VITE_APP_ID=your-firebase-app-id
VITE_MEASUREMENT_ID=your-firebase-measurement-id
# Google Gemini API Configuration
# Get your API key from: https://ai.google.dev/tutorials/setup
VITE_GEMINI_API_KEY=your-gemini-api-key
# Important: Create a .env file in the root of your project with these values
# Do not commit your .env file to version control!