Security

Reminders go through the server. Marketing pages do not see your data.

This public site is static HTML. It never calls the reminder API. The signed-in app authenticates with Firebase Auth and talks to Cloud Functions /v1.

What you get

  • Email/password and magic-link Auth. No Phone Auth in v1
  • Reminder create, list, and mutate run in Cloud Functions, not from wide client Firestore queries
  • Firestore rules: you can read your own user and workspace. Reminders and devices are Functions-only
  • Storage rules deny client uploads until attachments ship
  • Daily email caps, a 25-item free active cap, and a kill switch that pauses writes and dispatch
  • Audit records for mutations. App Check is on the client path, with debug providers until production keys are set

Live today: one dashboard, email reminders, push notifications, and recurring items. Coming later: SMS, calendar sync, attachments, teams, and public API keys.

Questions

Where is data stored?
Google Cloud project reminder-pro-1991. Firestore is the system of record. Firebase Hosting serves this site and the /app product bundle.
Do you sell reminder contents?
No. See the privacy page for the short policy. This is a utility product, not an ads graph.

Add it once. Never forget it again.

Live today: one dashboard, email reminders, push notifications, and recurring items.