add Firebase integration and configuration
All checks were successful
Frontend Build and Deploy / build (push) Successful in 32s
All checks were successful
Frontend Build and Deploy / build (push) Successful in 32s
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# OpenCand API Configuration
|
||||
# The base URL for the OpenCand API
|
||||
VITE_API_BASE_URL=https://api.example.com
|
||||
|
||||
VITE_FIREBASE_API_KEY="your_api_key"
|
||||
VITE_FIREBASE_AUTH_DOMAIN="your_auth_domain"
|
||||
VITE_FIREBASE_PROJECT_ID="your_project_id"
|
||||
VITE_FIREBASE_STORAGE_BUCKET="your_storage_bucket"
|
||||
VITE_FIREBASE_MESSAGING_SENDER_ID="your_messaging_sender_id"
|
||||
VITE_FIREBASE_APP_ID="your_app_id"
|
||||
VITE_FIREBASE_MEASUREMENT_ID="your_measurement_id"
|
||||
|
Reference in New Issue
Block a user