Privacy

Data deletion instructions (Draft)

This explains how deletion works in the current LorenFlow codebase. Not legal advice. Requires Legal Counsel Review before production.

How to delete your account

  1. Sign in.
  2. Go to Settings.
  3. Under “Data & Account Management”, select “Delete My Account”.
  4. Confirm the deletion in the dialog.

What deletion does (current behavior)

  • Deletes your Firestore user document and all nested subcollections.
  • Deletes certain user-scoped top-level documents/collections (where applicable).
  • Deletes stored files under your user storage prefix.
  • Disables (does not fully delete) your Firebase Auth user and revokes refresh tokens.

Technical reference: Cloud Function deleteUserAccount in functions/src/auth/deleteAccount.ts.

Data export

You can export some of your data in JSON format from Settings.

See: Privacy Policy.