⏳ Countdown to June 27, 2026
🎁 Dominik's Present Ideas
📍 Update Your Status
Say something to other guests:
🕵️♂️ Secret Icebreaker Mission
💬 Questions for Dom
Ask Dominik anything about the setup, gear, or timetable.
👥 Guest Attendance Board
✅ Custom Checklist
📌 Notes to Self
📰 Bulletin Board
🔥 Party Hype Metric
🗺️ Location & Weather Info
Address: 59 Lochend Drive, Edinburgh
Access Map Pathway: Walk around to the back garden entry gate. Move directly onto the grass lawns into the main gazebo installation canopy.
⛅ Weather Advice: Evening air gets crisp! Bring a jacket layer option. If rain clouds gather, gazebo sides wrap down fully sealed.
🛡️ Admin Controls
See guest RSVPs, total hype, and statuses.
🌐 Cloud Sync Setup Instructions (Firebase)
To enable live, real-time database sync across multiple devices (e.g. from guests at home or across the city), follow these simple steps to configure Firebase:
- Go to the Firebase Console and log in with your Google account.
- Click Add Project, name it (e.g., "birthday-portal"), and disable Google Analytics (optional).
- Once ready, click the Web icon (</>) to register your web application.
- Create a database: Click Realtime Database in the left sidebar, click Create Database, select your location, and start in locked mode (or test mode).
- Navigate to database Rules tab and set both
.readand.writetotrue(so guests can read/write without authentication):{ "rules": { ".read": true, ".write": true } } - Go to Project Settings (gear icon next to Project Overview) and copy the values from the
firebaseConfigobject. - Open this
BDAY.htmlfile in any text editor, locate thefirebaseConfigobject around line 890, paste your keys, and save.
Note: If no Firebase configuration is entered, the portal automatically falls back to storing data locally inside each user's browser (LocalStorage).
📢 Update Host Status
Change the status message shown next to your name on the guest list:
📋 Guest List Manifest
📥 Guest Questions
Answer questions from guests here:
📰 Manage Bulletin Board
Add updates for all guests. The newest updates show at the bottom.
🎁 Manage Present Hints
Add clues to the scrolling banner at the top of guest dashboards.