chore: add firebase dependency to package.json
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Firebase Configuration
|
||||
# Get these values from your Firebase Console -> Project Settings -> General -> Your apps
|
||||
FIREBASE_API_KEY=your_firebase_api_key_here
|
||||
FIREBASE_AUTH_DOMAIN=auctions-fb598.firebaseapp.com
|
||||
FIREBASE_PROJECT_ID=auctions-fb598
|
||||
FIREBASE_STORAGE_BUCKET=auctions-fb598.appspot.com
|
||||
FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id_here
|
||||
FIREBASE_APP_ID=your_app_id_here
|
||||
|
||||
# Backend Configuration
|
||||
BACKEND_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user