-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
15 lines (13 loc) · 573 Bytes
/
Copy pathenv.example
File metadata and controls
15 lines (13 loc) · 573 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Firebase Configuration
# Replace these values with your actual Firebase project configuration
# Copy this file to .env and fill in your actual values
FIREBASE_API_KEY=your-api-key-here
FIREBASE_AUTH_DOMAIN=your-project-id.firebaseapp.com
FIREBASE_PROJECT_ID=your-project-id
FIREBASE_STORAGE_BUCKET=your-project-id.appspot.com
FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
FIREBASE_APP_ID=your-app-id
# Google Maps Configuration
# Get your API key from Google Cloud Console
# Enable Maps SDK for iOS and Android
GOOGLE_MAPS_API_KEY=your-google-maps-api-key-here