🍂 Windy Meals 🛒

🔄 Connecting to Firebase...

🛍️ To Buy

Loading...

✅ In Cart

Loading...

🔧 Firebase Setup Instructions:

  1. Create Firebase Project:
    • Go to https://console.firebase.google.com
    • Click "Create a project"
    • Name it "windy-meals" (or whatever you prefer)
  2. Enable Firestore Database:
    • In your project, go to "Firestore Database"
    • Click "Create database"
    • Choose "Start in test mode" (for learning)
  3. 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
  4. 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!