LifeBySalHub

Purpose, made official.

🏠 One-time setup

For everyone's phone to stay in sync, this app needs a small database running behind the scenes. We'll use Google's Firebase for that. It's free, no credit card needed, and takes about five minutes to set up. Once it's connected, everyone who opens this page will see the same calendar and tasks, updated live.

  1. Go to console.firebase.google.comAdd project (name it anything, like "LifeBySal Hub"). Skip Google Analytics, you won't need it.
  2. In the left menu, open Build → Firestore DatabaseCreate database → start in test mode → pick any region.
  3. Click the gear icon → Project settings. Under "Your apps," click the </> (web) icon and register an app (nickname it anything). This shows you a firebaseConfig object.
  4. Copy those six values and send them to Claude in the chat. Claude will drop them into this file and hand you back a ready-to-use copy.
  5. In Firestore → Rules tab, replace the rules with the snippet below, then click Publish:
rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /familyHub/{docId} {
      allow read, write: if true;
    }
  }
}
⚠️ These rules keep things simple: there's no login, so anyone with the link can view or edit. Treat the hosted link the way you'd treat a shared Google Doc link. Private, and only shared with people you trust.
LifeBySalHub

LifeBySal Hub

Connecting…

Month Year

Sun
Mon
Tue
Wed
Thu
Fri
Sat

Upcoming (next 7 days)

Hub type

Changes wording throughout the app — doesn't affect anyone already added, and won't hide the leaderboard below if you've already turned it on.

Admins

Admins can rename this Hub and promote/demote other admins — toggle it next to any member's name below once they have an email on file. Only members can become admins; guests aren't eligible.

Family

These show up everywhere. Click a name to rename.

⭐ This week's stars

Earned by checking off tasks that have stars attached — great for chores.

Guests

Add someone temporarily to tag them on events or tasks — remove them once the visit's over.

Shared shopping and to-do lists — everyone sees updates live, great for groceries or packing lists.