SM Meetup

Almost there — Firebase isn't connected yet.

  1. Create a project at console.firebase.google.com
  2. Enable Email/Password sign-in (Build → Authentication)
  3. Create a Firestore database and paste in firestore.rules
  4. Copy your web-app config into js/firebase-config.js

Full walkthrough in SETUP.md.

SM Meetup

Find and host activities with people at school.

Verify your email

Set up your profile

Everyone on SM Meetup shares their name, grade, and two ways to reach them that they actually check.

Pick your grade right now — it moves up automatically when the new school year starts in late August.

Contact #1
Contact #2

Hosts and participants see these so they can coordinate with you.

SM Meetup

SM Meetup didn't start

The page loaded, but the app's JavaScript never ran.

Usual suspects, in order:

  1. The js/ folder (or a file in it) didn't get pushed to the repo — every file above must exist at exactly that path.
  2. The files are nested one folder too deep — index.html and the js/ folder must sit at the same level being served.
  3. An old cached version — hard refresh with Ctrl+Shift+R.
  4. Press F12 → Console for the full error details.