forked from BohdanKushnerov/react-web-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
13 lines (12 loc) · 794 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
# Firebase configuration
VITE_API_KEY=your-api-key # Your Firebase project's API key
VITE_AUTH_DOMAIN=your-auth-domain # Your Firebase Authentication domain
VITE_PROJECT_ID=your-project-id # Your Firebase project ID
VITE_STORAGE_BUCKET=your-storage-bucket # Your Firebase Storage bucket
VITE_MESSAGING_SENDER_ID=your-sender-id # Your Firebase messaging sender ID
VITE_APP_ID=your-app-id # Your Firebase app ID
VITE_MEASUREMENT_ID=your-measurement-id # Your Firebase measurement ID
VITE_DB_URL=your-database-url # Your Firebase Realtime Database URL
# Firebase Cloud Messaging (FCM)
VITE_VAPID_KEY=your-vapid-key # Your Firebase VAPID key for web push notifications
VITE_NOTIFY_PATH=your-notify-path # Your server with Firebase admin (send notify to device)