Google Sheets connection
Connect a Google Sheet so registrations flow both ways. This uses a Google Apps Script bridge, so no Google credentials ever live in this app — only the Web App URL and a shared token. Follow SHEETS-SETUP.md once, then paste the details below.
Pull from Google Sheets
Pull reads the confirmed and assessed contestants from the master sheet and merges them in — stable IDs and duplicate matching prevent doubled records. This bridge is deliberately read-only and never writes back to the master sheet.
Good to know
The app always keeps working from Firebase (or this device when offline) whether or not Sheets is connected. Nothing here touches real contestant data until you press Pull. The private setup instructions, bridge code and access token are deliberately kept out of the deployed website.