Start Fresh
To clear all data, please go to the Firebase Console and delete the documents from the 'players' and 'games' collections. This is a safety measure to prevent accidental data loss.
Import Game History
Upload an XLSX file to populate the server-side Firestore database.
First Sheet: Players
The first sheet must contain player information.
| Column | Header | Description |
|---|---|---|
| A | player_name | Player's full name |
| G | skill_level | Admin-defined skill level (optional) |
| H | arrival_time | Typical arrival time (e.g., 7:00 PM, optional) |
| I | unavailable_days | Comma-separated days (e.g., Monday,Wednesday, optional) |
| J | phone_number | Player's phone number (optional) |
Subsequent Sheets: Game History
Each subsequent sheet should represent a single game session.
| Column | Header | Description |
|---|---|---|
| C | player_name | Must match a name from the Players sheet |
| D-H | buy_ins | Columns for buy-in amounts |
| J | cash_out | Column for cash-out amount |