🎵 TuneGoo Configuration Wizard

Let's get your music bingo app ready in just a few steps!

1. Welcome
2. Firebase
3. Config
4. Complete

Welcome to TuneGoo Setup

This wizard will help you configure your TuneGoo application. Before we begin, make sure you have:

  • A Google/Firebase account
  • Created a Firebase project
  • Enabled Authentication (Email/Password)
  • Created a Firestore database
  • Set up Cloud Storage
Don't have a Firebase project yet?
Follow the setup guide in DEPLOYMENT_GUIDE.md first, then come back here!

Firebase Project Setup

Let's make sure your Firebase project is properly configured.

Go to Firebase Console and create a new project if you haven't already.
In Firebase Console → Authentication → Sign-in method → Enable Email/Password
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:

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