Overview
Query parameters can carry your Scorena account hint into this page. They help us prefill the account context, but they are not enough to delete a Firebase account by themselves. You still need to authenticate in this browser session.
Use the in-app Delete My Data button on iOS or Android
Sign in again here, then delete
support@scorenat.net
Within 30 days if manual review is needed
- This page follows the app deletion order: votes, chat messages, public profile, push subscriptions (if configured), then the Firebase auth user.
- If the Firebase web config is missing here, the page will stay in manual-support mode until you insert the same public Firebase web values used by the app.
Account Context From The App
Not providedNot providedIf the email and uid above were passed from the app, this page will verify that the browser session matches them before it deletes anything.
Browser Deletion Flow
Browser deletion works only after a real Firebase sign-in in this page. Query params prefill identity, but they do not grant deletion rights by themselves.
What this page tries to remove Self-service
- Public user profile document in
userProfiles - Who-will-win votes and vote history in Firestore
- Chat messages written by the same Firebase uid
- Push subscription rows in Supabase when public Supabase config is also provided
- The current Firebase auth account itself
Important limitations
- This page cannot delete app data stored only on your phone browser storage or in the mobile app sandbox
- Firebase may still require recent login if the browser session becomes stale
- If your page host is not added to Firebase Authorized Domains, Google or Apple sign-in redirect will fail
What Data This Covers
Firebase auth account
Public Scorena profile document
Match votes and vote history
Messages written with the same uid
Supabase subscription rows if config is present
Manual clear/uninstall still needed
Local favorites, offline cache, and other app-only storage may still need to be removed by uninstalling Scorena or clearing app storage on the device.
Processing Timeline
Authenticate in the browser
The page verifies the browser session matches the uid and email passed from the app link.
Delete linked cloud records
Votes, chat messages, profile, and optional push subscriptions are deleted before the auth account.
Delete the auth user
When all reachable records are removed, the current Firebase auth user is deleted last.
Need manual help?
If this browser flow cannot run in your hosting setup, or if you no longer have access to the original account, contact support and include your email plus any known Firebase uid.