chore: add firebase dependency to package.json

This commit is contained in:
Frank John Begornia
2025-11-07 17:38:13 +08:00
parent a545cbfcca
commit 50f08f8177
7 changed files with 1180 additions and 20 deletions

11
.env.example Normal file
View 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