Seed Database
Click the button to create/overwrite all 50 test users. If a user with the same email already exists, their profile will be updated with the new data.
How to Delete All Test Data
A guide to cleaning up the data created by the seeder.

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

  1. Go to the Storage section in the Firebase Console.
  2. Navigate into the prospect-photos folder.
  3. 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

  1. Go to the Firestore Database section in the Firebase Console.
  2. Select all documents in the family_profiles collection.
  3. Delete the selected documents.
Open Firestore Console

Step 3: Delete Users from Authentication

  1. Go to the Authentication section in the Firebase Console.
  2. Select all the stest...@gmail.com users.
  3. 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.