Ticket2U Mock Registration
Admin Database API Docs

Registration Successful!

Thank you for registering. Your ticket pass and access tokens are ready.

Attendee QR Code
Lewis Thompson
Louis • CTO
🎫 Ticket No: t2u-0c6e9tlp
User ID: t2u_usr_da944f2b • Event: evt_rbac_showcase
✓ Synced to Firebase Cloud (t2u-qms)
📋

Request Logging & Firebase Cloud cURLs

DEVELOPER DEBUG LOG

Formatted JSON payload of the submitted data and exact cURL commands sent to Firebase Cloud Functions / Auth Handler.

1. Submitted Form Data (JSON Formatted):
{
  "registrationId": "2282db94148e43f5bbc2efa61f6d7b8b",
  "eventId": "evt_rbac_showcase",
  "formId": "632",
  "ticketId": "t2u-0c6e9tlp",
  "ticket2uUserId": "t2u_usr_da944f2b",
  "fullName": "Lewis Thompson",
  "nameOnTag": "Luis",
  "email": "louis@yopmail.com",
  "mobileNumber": "12312312",
  "company": "Louis",
  "designation": "CTO",
  "jobRole": "Top Management/Department Head",
  "country": "Malaysia",
  "industry": "Hospital Public",
  "visitingPurpose": "Networking Opportunities, To explore the event with the intention of exhibiting, To source new opportunities, To meet new suppliers",
  "businessMatchingInterest": true,
  "interestedProductsServices": "Disposables/Consumables, Disposables/Wound Care, Disposables/Incontinence, Healthcare/General Services, Imaging/Diagnostic and Therapy, IT/Hospital Information Systems, Medical Equipment/Dental",
  "consentGiven": true,
  "howDidYouKnow": "Website",
  "conferenceInfoInterest": "Yes send me more info",
  "remarks": null,
  "createdAt": "2026-09-15T03:22:30.3043096",
  "firebaseUid": "dIP9iC8kU5avq81IsBrpPsVSiG22",
  "syncedToFirebase": true
}
2. Firebase Cloud Function (authHandler) cURL:
curl -i -X GET "https://match-ticket2u-com.firebaseapp.com/auth?email=louis%40yopmail.com&eventIds=evt_rbac_showcase&exp=1792034550&sig=8379285a8e33aaf28bec5076febd795d14a629b200a866ab0ca3e857670088a2&ticketId=t2u-0c6e9tlp"
3. Firebase Webhook (ticket2uProfileWebhook) cURL:
curl -i -X POST "https://match-ticket2u-com.firebaseapp.com/ticket2uProfileWebhook" \
  -H "Content-Type: application/json" \
  -d '{"email":"louis@yopmail.com","eventId":"evt_rbac_showcase","ticketId":"t2u-0c6e9tlp","fullName":"Lewis Thompson","company":"Louis","industry":"Hospital Public","jobRole":"Top Management/Department Head","designation":"CTO"}'
4. Firestore Documents Payload (users/{uid} & events/{eventId}/registrations/{uid}):
// users/dIP9iC8kU5avq81IsBrpPsVSiG22:
{
  "uid": "dIP9iC8kU5avq81IsBrpPsVSiG22",
  "email": "louis@yopmail.com",
  "displayName": "Lewis Thompson",
  "company": "Louis",
  "industry": "Hospital Public",
  "ticketId": "t2u-0c6e9tlp",
  "ticket2uUserId": "t2u_usr_da944f2b",
  "mobileNumber": "12312312",
  "country": "Malaysia",
  "jobRole": "Top Management/Department Head",
  "designation": "CTO",
  "visitingPurpose": "Networking Opportunities, To explore the event with the intention of exhibiting, To source new opportunities, To meet new suppliers",
  "businessMatchingInterest": true,
  "interestedProducts": "Disposables/Consumables, Disposables/Wound Care, Disposables/Incontinence, Healthcare/General Services, Imaging/Diagnostic and Therapy, IT/Hospital Information Systems, Medical Equipment/Dental",
  "consentGiven": true,
  "howDidYouKnow": "Website",
  "remarks": null,
  "syncedAt": "2026-09-24T10:45:11.3008127Z"
}

// events/evt_rbac_showcase/registrations/dIP9iC8kU5avq81IsBrpPsVSiG22:
{
  "eventId": "evt_rbac_showcase",
  "companyName": "Louis",
  "displayName": "Lewis Thompson",
  "email": "louis@yopmail.com",
  "industry": "Hospital Public",
  "jobRole": "Top Management/Department Head",
  "designation": "CTO",
  "ticketId": "t2u-0c6e9tlp",
  "ticket2uUserId": "t2u_usr_da944f2b",
  "ticket2uRegistrationId": "2282db94148e43f5bbc2efa61f6d7b8b",
  "offeringTags": [
    "Disposables/Consumables",
    "Disposables/Wound Care",
    "Disposables/Incontinence",
    "Healthcare/General Services",
    "Imaging/Diagnostic and Therapy",
    "IT/Hospital Information Systems",
    "Medical Equipment/Dental"
  ],
  "lookingForTags": [
    "Disposables/Consumables",
    "Disposables/Wound Care",
    "Disposables/Incontinence",
    "Healthcare/General Services",
    "Imaging/Diagnostic and Therapy",
    "IT/Hospital Information Systems",
    "Medical Equipment/Dental"
  ],
  "shareAvailability": true,
  "businessMatchingInterest": true,
  "interestedProductsServices": "Disposables/Consumables, Disposables/Wound Care, Disposables/Incontinence, Healthcare/General Services, Imaging/Diagnostic and Therapy, IT/Hospital Information Systems, Medical Equipment/Dental",
  "consentGiven": true,
  "howDidYouKnow": "Website",
  "remarks": null,
  "agenda": [],
  "updatedAt": "2026-09-24T10:45:11.3008439Z",
  "createdAt": "2026-09-15T03:22:30.3043096"
}

🚀 Choose Your Magic Link / Login Method:

Simulate how the attendee logs into the Business Matching app via browser, local Expo dev server, or mobile device.

🌐 1. Localhost Expo Web (Attendee App):
Direct 1-click login on local Expo web server (port 8081) with Firebase Custom Token
Open Expo Web ↗
http://localhost:8081/?customToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJkSVA5aUM4a1U1YXZxODFJc0JycFBzVlNpRzIyIiwiY2xhaW1zIjp7ImV2ZW50SWRzIjpbImV2dF9yYmFjX3Nob3djYXNlIl0sInRpY2tldElkIjoidDJ1LTBjNmU5dGxwIiwiZW1haWwiOiJsb3Vpc0B5b3BtYWlsLmNvbSJ9LCJpc3MiOiJmaXJlYmFzZS1hZG1pbnNkay1mYnN2Y0B0MnUtcW1zLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic3ViIjoiZmlyZWJhc2UtYWRtaW5zZGstZmJzdmNAdDJ1LXFtcy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsImF1ZCI6Imh0dHBzOi8vaWRlbnRpdHl0b29sa2l0Lmdvb2dsZWFwaXMuY29tL2dvb2dsZS5pZGVudGl0eS5pZGVudGl0eXRvb2xraXQudjEuSWRlbnRpdHlUb29sa2l0IiwiZXhwIjoxNzg5NDQ2MTUzLCJpYXQiOjE3ODk0NDI1NTN9.fP-R_w3yxbHBk-q-oB6xXpph4RdKrfIF1BxOT9PYgY-QZT9oBONncmS-K1G84P_3TCsItghSLkilXksU4Q0ONnr2_Y5IiqNFGik4fjbYieOQvPwOMrUuztFoY6DXrEa5bJocS9ZZIgQm81JUC3REfbN6Q2EvzeeVAttCRphtcC6CRpCQOz9s1ocDd97A87UPn10h5asc4WADu4vKbq19G-82rcEfjnjbk6TJpFUY096lSVsyOT0AsMK6ow8ms9WmRalaWvDJPWPnskLluhEgMIPmLyfzKM-_d8mmhrAvl3A-E0pT68symbwYir1dJ3Ctu6j8A4naRXfJaBCtZIGkTA
☁️ 2. Universal Browser / Firebase Cloud Landing:
Checks device & prompts user to open app or continue in browser (Signed HMAC URL)
Open Cloud URL ↗
https://match-ticket2u-com.firebaseapp.com/auth?email=louis%40yopmail.com&eventIds=evt_rbac_showcase&exp=1792034550&sig=8379285a8e33aaf28bec5076febd795d14a629b200a866ab0ca3e857670088a2&ticketId=t2u-0c6e9tlp
📱 3. Mobile Device / Simulator Commands:
Run directly in terminal to open the installed Business Matching mobile app
xcrun simctl openurl booted "business-matching://app/auth?customToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJkSVA5aUM4a1U1YXZxODFJc0JycFBzVlNpRzIyIiwiY2xhaW1zIjp7ImV2ZW50SWRzIjpbImV2dF9yYmFjX3Nob3djYXNlIl0sInRpY2tldElkIjoidDJ1LTBjNmU5dGxwIiwiZW1haWwiOiJsb3Vpc0B5b3BtYWlsLmNvbSJ9LCJpc3MiOiJmaXJlYmFzZS1hZG1pbnNkay1mYnN2Y0B0MnUtcW1zLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic3ViIjoiZmlyZWJhc2UtYWRtaW5zZGstZmJzdmNAdDJ1LXFtcy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsImF1ZCI6Imh0dHBzOi8vaWRlbnRpdHl0b29sa2l0Lmdvb2dsZWFwaXMuY29tL2dvb2dsZS5pZGVudGl0eS5pZGVudGl0eXRvb2xraXQudjEuSWRlbnRpdHlUb29sa2l0IiwiZXhwIjoxNzg5NDQ2MTUzLCJpYXQiOjE3ODk0NDI1NTN9.fP-R_w3yxbHBk-q-oB6xXpph4RdKrfIF1BxOT9PYgY-QZT9oBONncmS-K1G84P_3TCsItghSLkilXksU4Q0ONnr2_Y5IiqNFGik4fjbYieOQvPwOMrUuztFoY6DXrEa5bJocS9ZZIgQm81JUC3REfbN6Q2EvzeeVAttCRphtcC6CRpCQOz9s1ocDd97A87UPn10h5asc4WADu4vKbq19G-82rcEfjnjbk6TJpFUY096lSVsyOT0AsMK6ow8ms9WmRalaWvDJPWPnskLluhEgMIPmLyfzKM-_d8mmhrAvl3A-E0pT68symbwYir1dJ3Ctu6j8A4naRXfJaBCtZIGkTA"
adb shell am start -a android.intent.action.VIEW -d "business-matching://app/auth?customToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJkSVA5aUM4a1U1YXZxODFJc0JycFBzVlNpRzIyIiwiY2xhaW1zIjp7ImV2ZW50SWRzIjpbImV2dF9yYmFjX3Nob3djYXNlIl0sInRpY2tldElkIjoidDJ1LTBjNmU5dGxwIiwiZW1haWwiOiJsb3Vpc0B5b3BtYWlsLmNvbSJ9LCJpc3MiOiJmaXJlYmFzZS1hZG1pbnNkay1mYnN2Y0B0MnUtcW1zLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic3ViIjoiZmlyZWJhc2UtYWRtaW5zZGstZmJzdmNAdDJ1LXFtcy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsImF1ZCI6Imh0dHBzOi8vaWRlbnRpdHl0b29sa2l0Lmdvb2dsZWFwaXMuY29tL2dvb2dsZS5pZGVudGl0eS5pZGVudGl0eXRvb2xraXQudjEuSWRlbnRpdHlUb29sa2l0IiwiZXhwIjoxNzg5NDQ2MTUzLCJpYXQiOjE3ODk0NDI1NTN9.fP-R_w3yxbHBk-q-oB6xXpph4RdKrfIF1BxOT9PYgY-QZT9oBONncmS-K1G84P_3TCsItghSLkilXksU4Q0ONnr2_Y5IiqNFGik4fjbYieOQvPwOMrUuztFoY6DXrEa5bJocS9ZZIgQm81JUC3REfbN6Q2EvzeeVAttCRphtcC6CRpCQOz9s1ocDd97A87UPn10h5asc4WADu4vKbq19G-82rcEfjnjbk6TJpFUY096lSVsyOT0AsMK6ow8ms9WmRalaWvDJPWPnskLluhEgMIPmLyfzKM-_d8mmhrAvl3A-E0pT68symbwYir1dJ3Ctu6j8A4naRXfJaBCtZIGkTA"

📧 Simulated Ticket2U Confirmation Email Preview:

Preview (No SMTP server needed)
From: Ticket2U Registration <noreply@ticket2u.com.my>
To: Lewis Thompson <louis@yopmail.com>
Subject: Registration Confirmation & E-Pass - AI & FinTech Global Summit 2026 (RBAC Showcase) (Ticket: t2u-0c6e9tlp)
Event Header

Dear Lewis Thompson,

Thank you for registering for AI & FinTech Global Summit 2026 (RBAC Showcase). Your registration is confirmed and your event pass is ready.

YOUR OFFICIAL PASS TICKET NUMBER:
t2u-0c6e9tlp
QR Code
Click above or scan QR code on your phone to open the Business Matching platform
Company: Louis
Job Role / Title: Top Management/Department Head • CTO
Industry: Hospital Public
Business Matching: Enabled (Access Granted)

This is an automated event confirmation message from Ticket2U. Please retain this email or save your ticket number for on-site badge printing and business matching sessions.

← Register Another Attendee View SQLite Database →

📨 Sent Emails & Tester Links (Firestore email-testing)

Loading sent emails from Firestore...
✓ Copied to clipboard!