User Validation
Validate app access codes for mobile users
Orders & Events
List user orders and events from the mobile app
Tickets
List and filter tickets for a user
Ticket Transfers
Transfer tickets online and offline between users
Functions in this module
| Function | Description |
|---|---|
app_user_validate | Validate the app security code for a user session |
app_list_orders | List all orders for a user from u_users/{uid}/orders |
app_list_orders_events | List orders for a user filtered by event ID |
app_list_events | List unique events a user has tickets for |
app_list_tickets | List all tickets in a user’s wallet from u_users/{uid}/tickets |
app_list_tickets_events | List tickets filtered by event ID |
app_transfer_tickets | Transfer a ticket to another registered user (online) |
app_transfer_tickets_offline | Transfer a ticket offline (blocks re-transfer) |
Data source
All mobile app data is read from Firestore:u_users/{uid}/orders— order records for the useru_users/{uid}/tickets— ticket copies assigned to the userevents/{event_id}— event metadata (forapp_list_events)
tickets table).