New England Car Community
โš™๏ธ One-Time Setup Required
1
Create a free Firebase projectGo to console.firebase.google.com โ†’ Add Project โ†’ name it "massmeets"
2
Enable Firestore DatabaseBuild โ†’ Firestore Database โ†’ Create database โ†’ Start in test mode โ†’ choose a region โ†’ Done
3
Get your config keysProject Settings (โš™๏ธ icon) โ†’ Your Apps โ†’ Add Web App (โ€น/โ€บ) โ†’ register app โ†’ copy the firebaseConfig values
4
Paste config into this fileOpen mass-meets.html in any text editor and fill in the firebaseConfig block at the top of the script:
apiKey: "AIzaSy...",
projectId: "massmeets-12345",
...
5
Add your Discord linkFind DISCORD_URL and replace with your invite link
6
Deploy free on NetlifyDrag the file to netlify.com/drop โ†’ share the URL with your crew!