🔧 One-Time Firebase Setup
This takes about 5 minutes and is completely free. You only do it once.
- Go to console.firebase.google.com and sign in with a Google account
- Click Add project → name it anything (e.g. "mag-mile") → click through to create
- In the left sidebar click Build → Realtime Database → Create Database → choose any location → start in test mode
- Go to Project Settings (gear icon) → scroll to Your apps → click the </> web icon → register the app → copy the
firebaseConfig object
- Open this HTML file in a text editor, find the
FIREBASE_CONFIG block near the top of the script, and paste in your values
- Save the file, re-upload it to Netlify Drop — done! Both of you share the same live database.
The free Spark plan is more than enough — this app uses almost no database quota.