When you post or mark items sold, your name + timestamp will be attached to the listing so your team knows who did what.
Add Financing Partner
Admin accounts are managed through Firebase Console:
- Open Firebase → Authentication → Users
- Click "Add user", enter their email + password
- They can now sign in at /admin.html
- Their first login: have them come here to Settings and set their Display name
To remove an admin:
- Open the same Users page in Firebase
- Click the ⋮ menu next to the user
- Select "Delete account"
Security note: Only give admin access to people you fully trust. They can add, edit, delete any listing and change financing URLs.
Every new listing gets a unique sequential number (#1, #2, #3...) that's assigned automatically and never reused — even if that item is later deleted.
Use this number for in-store lookup: when a customer asks about item #47, you can search for it here in the admin.
If you have listings from before this feature was added, click the button below to assign them numbers (in order of when they were created). This only needs to be done once.
Photos you add here show up as a scrollable bar on the customer homepage (between the hero and category tiles). Use these to show off your showroom, storefront, fresh deliveries, etc.
Download your data as CSV files. Open in Excel, Google Sheets, or Numbers.
Inventory includes every item + scent with price, condition, description, SKU, date posted, posted by, and sold status. Sales includes every completed sale with date, listed vs sold price, channel, and notes.
Product details & sales history: Google Firestore (cloud database). All your inventory, scents, sales, and settings live here. Viewable at Firebase Console → Firestore.
Photos: Firebase Storage. Every photo you upload is stored at gs://bigez-depot.firebasestorage.app/items/ or /scents/. View them at Firebase Console → Storage.
Customer wishlists: stored only in each customer's own browser (localStorage). Not visible to you — the customer sends their whole list to your phone via text message or WhatsApp when ready.
Backups: Firebase automatically handles redundancy & geographic replication. Use the Export buttons above for your own CSV snapshots.