🔧 Firebase Setup Instructions:
- Create Firebase Project:
• Go to https://console.firebase.google.com
• Click "Create a project"
• Name it "windy-meals" (or whatever you prefer)
- Enable Firestore Database:
• In your project, go to "Firestore Database"
• Click "Create database"
• Choose "Start in test mode" (for learning)
- Get Your Config:
• Go to Project Settings (gear icon)
• Scroll down to "Your apps"
• Click "Web app" icon (</>)
• Register app name "windy-meals-web"
• Copy the firebaseConfig object
- Replace Config Above:
• Find the firebaseConfig in the code above
• Replace the demo values with your real config
Note: The app runs in offline mode until you complete Firebase setup!