Important: Manual Deletion Required
For security reasons, users and their associated data cannot be deleted from within the app itself. This must be done from the Firebase Console.
Deleting test data is a 3-step process to ensure all associated information (profiles, photos, and login credentials) is removed.
Step 1: Delete User Photos from Storage
- Go to the Storage section in the Firebase Console.
- Navigate into the
prospect-photos folder. - Manually select and delete the folders for each test user.
Open Storage Console Tip: You can find the User UIDs in the Authentication tab before you delete the users.
Step 2: Delete Family Profiles from Firestore
- Go to the Firestore Database section in the Firebase Console.
- Select all documents in the
family_profiles collection. - Delete the selected documents.
Open Firestore Console Step 3: Delete Users from Authentication
- Go to the Authentication section in the Firebase Console.
- Select all the s
test...@gmail.com users. - Click the "Delete accounts" button and confirm.
Open Authentication Console It's best to do this step last, as you'll need the User UIDs from this screen to complete steps 1 and 2.