Portions scale off the headcount, kids counted at 60% of an adult serving, with padding for leftovers. Adjust on any dish edits its name, course, portion, oven timing — or deletes it. Courses are yours to rename, recolor, reorder, add and remove. Skip a dish and it drops off the menu entirely — bring it back from the tray at the bottom. On the shopping list, tap any item to edit its amount or name, or add your own items at the top. Sign in above to sync this plan live and share it with Caleb — see the setup notes below for how to connect it.
firebaseConfig object it gives you.firebaseConfig object near the top of the <script> block in this file, replacing the PASTE_YOUR_… placeholders.yourapp.pages.dev) under Authentication → Settings → Authorized domains.rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /thanksgivingPlans/{planId} {
allow read, write: if request.auth != null;
}
}
}