Upcoming Episodes
Past Episodes
Featured Guests
Team Members
Episode Sign-Ups
Settings
Cloud Sync & Cross-Device Not Connected
Connect to Firebase Realtime Database (free) so all your content and sign-ups are saved permanently and visible on every browser and device — instantly.
How to get your free Firebase config ▸
- Go to console.firebase.google.com and create a project.
- In the left menu → Build → Realtime Database → Create database (start in test mode).
- Go to Project Settings (gear icon) → General → scroll to Your apps → click </> (Web) → register → copy the
firebaseConfigobject. - Paste the JSON below and click Save & Connect.
- For production, update your Realtime Database Rules to restrict writes:
{ "rules": { "gcz": { ".read": true, ".write": "auth != null" } } }
Changes are stored in this browser only until you connect.
Local Data Management
Export a backup or import content from a JSON file. Reset restores the original demo content.
Sign-Up Data
Export or clear all sign-up submissions across all episodes.