βοΈ One-time Firebase Setup (5 minutes, free forever)
To make polls shareable and real-time across devices, you need a free Firebase project:
- Go to console.firebase.google.com β Add project β name it anything β disable Analytics β Create
- In the left sidebar click Firestore Database β Create database β Start in test mode β pick any region β Enable
- Click the βοΈ gear β Project settings β scroll to Your apps β click
</> (Web) β register app β copy the firebaseConfig block
- Open this HTML file in a text editor, find
PASTE YOUR FIREBASE CONFIG HERE near the bottom, and replace the placeholder object with your copied config
- Save and host the file (e.g. GitHub Pages, Netlify drop) β then share the URL with your group!
β‘
Right now: running in offline demo mode β polls work but won't sync between devices.