Venue Seeder
Populate Firestore with canonical venue data.
Only create venues that don't already have a document in Firestore. Good for initial seeding.
Create new venues and completely overwrite existing ones with the seed data.
Simulate the seeding process without making any actual changes to the database.
Seed Drops
Populate Firestore with Table, Class, Stay, Style, Hot, AR, and Deal drops.
Only create items that don't already have a document in Firestore.
Create new items and completely overwrite existing ones with the seed data.
Simulate the seeding process without making any actual changes to the database.