Data Deletion
Data Deletion for Plantry
The first version of this app does not require user account creation. This is a data deletion instruction page, not an account deletion page.
In-App Deletion
Use Settings → Privacy → Delete my data. The deletion applies to app-associated data linked to the current app installation/session/anonymous identifier, depending on implementation.
Contact For Deletion Help
You may also contact privacy@oryen.app or support@oryen.app.
Data Intended To Be Deleted
- local profile/preferences, pantry data, generated plans, privacy choices, and local job history stored by the app;
- cached diet plan job/result documents in Firestore collection
diet_planner_jobswhen the app still has the deletion token for the relevant job; - planning job/status documents associated with job ids and deletion tokens stored by the current app installation;
- profile/preferences included in encrypted backend job request payloads before terminal job completion, or generated results cached in encrypted backend job payloads;
The generic ingredient alias cache collection exact_alias_cache
was identified in the repository, but inspected docs/code describe it as
a generic ingredient/nutrition cache rather than user profile storage.
It is not intended to store app installation/session identifiers or other
user-specific data.
Data That May Not Be Deleted Immediately
- technical logs and security records;
- payment, tax, accounting, refund, app-store entitlement, or fraud-prevention records for paid services through Apple App Store or Google Play;
- data that must be retained for legal reasons;
- backend jobs where the current device no longer has the deletion token, although the production Terraform example configures a 3-day Firestore TTL for
diet_planner_jobs.expires_at_timestamp.
Processing Time
1 hour. Firestore TTL deletion is controlled by Google Cloud and may not happen at the exact expiration moment.
TODO: VERIFY WITH LAWYER.
Related Pages
Read the Privacy Policy or contact Oryen.