In Firebase Console → Firestore Database → Create database (Start in test mode)
In Firebase Console → Storage → Get started (Start in test mode)
Important: You'll need to publish security rules later. We'll guide you through that!
Enter Your Firebase Configuration
Copy your Firebase configuration object and paste it below:
Where to find this:
1. Go to Firebase Console → Project Settings (⚙️)
2. Scroll down to "Your apps"
3. Click on your web app or create one
4. Copy the firebaseConfig object
Alternative: Enter each field individually below
🎉 Configuration Generated!
Copy the code below and replace the contents of js/firebase-config.js:
✓ Copied to clipboard! Now paste it into js/firebase-config.js
Next Steps:
Replace the content in js/firebase-config.js with the generated code
Publish Firestore security rules (see DEPLOYMENT_GUIDE.md)
Publish Storage security rules (see DEPLOYMENT_GUIDE.md)
Test your app locally
Deploy to Firebase Hosting or your preferred platform
Need help? Check out the complete setup guide in DEPLOYMENT_GUIDE.md