Ticket2U Mock Registration
Admin Database API Docs

Registration Successful!

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

Attendee QR Code
Kevin Patel
CloudScale AI Technologies • Customer Success Engineer (Staff)
🎫 Ticket No: t2u-2osyd4og
User ID: t2u_usr_kevin_pa • 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": "1514b46000f1498a908c5a5c113b4ad3",
  "eventId": "evt_rbac_showcase",
  "formId": "632",
  "ticketId": "t2u-2osyd4og",
  "ticket2uUserId": "t2u_usr_kevin_pa",
  "fullName": "Kevin Patel",
  "nameOnTag": "Kevin Patel",
  "email": "staff1@cloudscale.ai",
  "mobileNumber": "\u002B919876543210",
  "company": "CloudScale AI Technologies",
  "designation": "Customer Success Engineer (Staff)",
  "jobRole": "Industry Specialist/Professional",
  "country": "India",
  "industry": "Technology",
  "visitingPurpose": "Networking Opportunities",
  "businessMatchingInterest": true,
  "interestedProductsServices": "IT/Applications, IT/Hardware",
  "consentGiven": true,
  "howDidYouKnow": "Website",
  "conferenceInfoInterest": "Yes send me more info",
  "remarks": "Customer Success \u0026 Technical Support Engineer.",
  "createdAt": "2026-09-01T04:21:58.0626890",
  "firebaseUid": "Zne4gA7s74edEO4PLF5dOA9aAxR2",
  "syncedToFirebase": true
}
2. Firebase Cloud Function (authHandler) cURL:
curl -i -X GET "https://match.ticket2u.com/auth?email=staff1%40cloudscale.ai&eventIds=evt_rbac_showcase&exp=1790828518&sig=d07c4b659a73cf104ed776b2093184501354027c86c2326bb6cc9ede814356a6&ticketId=t2u-2osyd4og"
3. Firebase Webhook (ticket2uProfileWebhook) cURL:
curl -i -X POST "https://match-ticket2u-com.firebaseapp.com/ticket2uProfileWebhook" \
  -H "Content-Type: application/json" \
  -d '{"email":"staff1@cloudscale.ai","eventId":"evt_rbac_showcase","ticketId":"t2u-2osyd4og","fullName":"Kevin Patel","company":"CloudScale AI Technologies","industry":"Technology","jobRole":"Industry Specialist/Professional","designation":"Customer Success Engineer (Staff)"}'
4. Firestore Documents Payload (users/{uid} & events/{eventId}/registrations/{uid}):
// users/Zne4gA7s74edEO4PLF5dOA9aAxR2:
{
  "uid": "Zne4gA7s74edEO4PLF5dOA9aAxR2",
  "email": "staff1@cloudscale.ai",
  "displayName": "Kevin Patel",
  "company": "CloudScale AI Technologies",
  "industry": "Technology",
  "ticketId": "t2u-2osyd4og",
  "ticket2uUserId": "t2u_usr_kevin_pa",
  "mobileNumber": "\u002B919876543210",
  "country": "India",
  "jobRole": "Industry Specialist/Professional",
  "designation": "Customer Success Engineer (Staff)",
  "visitingPurpose": "Networking Opportunities",
  "businessMatchingInterest": true,
  "interestedProducts": "IT/Applications, IT/Hardware",
  "consentGiven": true,
  "howDidYouKnow": "Website",
  "remarks": "Customer Success \u0026 Technical Support Engineer.",
  "syncedAt": "2026-09-24T10:47:05.7605648Z"
}

// events/evt_rbac_showcase/registrations/Zne4gA7s74edEO4PLF5dOA9aAxR2:
{
  "eventId": "evt_rbac_showcase",
  "companyName": "CloudScale AI Technologies",
  "displayName": "Kevin Patel",
  "email": "staff1@cloudscale.ai",
  "industry": "Technology",
  "jobRole": "Industry Specialist/Professional",
  "designation": "Customer Success Engineer (Staff)",
  "ticketId": "t2u-2osyd4og",
  "ticket2uUserId": "t2u_usr_kevin_pa",
  "ticket2uRegistrationId": "1514b46000f1498a908c5a5c113b4ad3",
  "offeringTags": [
    "IT/Applications",
    "IT/Hardware"
  ],
  "lookingForTags": [
    "IT/Applications",
    "IT/Hardware"
  ],
  "shareAvailability": true,
  "businessMatchingInterest": true,
  "interestedProductsServices": "IT/Applications, IT/Hardware",
  "consentGiven": true,
  "howDidYouKnow": "Website",
  "remarks": "Customer Success \u0026 Technical Support Engineer.",
  "agenda": [],
  "updatedAt": "2026-09-24T10:47:05.7615875Z",
  "createdAt": "2026-09-01T04:21:58.0626890"
}

🚀 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.eyJ1aWQiOiJabmU0Z0E3czc0ZWRFTzRQTEY1ZE9BOWFBeFIyIiwiY2xhaW1zIjp7ImV2ZW50SWRzIjpbImV2dF9yYmFjX3Nob3djYXNlIl0sInRpY2tldElkIjoidDJ1LTJvc3lkNG9nIiwiZW1haWwiOiJzdGFmZjFAY2xvdWRzY2FsZS5haSJ9LCJpc3MiOiJmaXJlYmFzZS1hZG1pbnNkay1mYnN2Y0B0MnUtcW1zLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic3ViIjoiZmlyZWJhc2UtYWRtaW5zZGstZmJzdmNAdDJ1LXFtcy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsImF1ZCI6Imh0dHBzOi8vaWRlbnRpdHl0b29sa2l0Lmdvb2dsZWFwaXMuY29tL2dvb2dsZS5pZGVudGl0eS5pZGVudGl0eXRvb2xraXQudjEuSWRlbnRpdHlUb29sa2l0IiwiZXhwIjoxNzg5NzI5OTYzLCJpYXQiOjE3ODk3MjYzNjN9.FLq-MCuQEH0OBMcE2QGGh52Et87P2GmEAAIrpwGaQTgzY6thH4w_9BImXuualgtcevvCgmYM96TSgaMEg5kx7Q-HLda3hIn6FE109JDtNXGiT6Q_onjcnkxrXmsuJICm5xuc0m_sIOiginAbpGrkPFWMRAX37vNOL345K1rOL8UalQNQkgN0lAqver0MQR81UQMsjRVpRKnXquw6ox0FX84JULYNrrzH8wf-bfJyCaN0WyYKrEhZ60iuDE1rLRheczY10HZG90cjYo7kdEfUsvRyIaBIMCdydeDpgF4YfR6z8w2lh-hQlPVrRzIXzBdz2vVlZfOiqfm69ZHAIy_sWg
☁️ 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/auth?email=staff1%40cloudscale.ai&eventIds=evt_rbac_showcase&exp=1790828518&sig=d07c4b659a73cf104ed776b2093184501354027c86c2326bb6cc9ede814356a6&ticketId=t2u-2osyd4og
📱 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.eyJ1aWQiOiJabmU0Z0E3czc0ZWRFTzRQTEY1ZE9BOWFBeFIyIiwiY2xhaW1zIjp7ImV2ZW50SWRzIjpbImV2dF9yYmFjX3Nob3djYXNlIl0sInRpY2tldElkIjoidDJ1LTJvc3lkNG9nIiwiZW1haWwiOiJzdGFmZjFAY2xvdWRzY2FsZS5haSJ9LCJpc3MiOiJmaXJlYmFzZS1hZG1pbnNkay1mYnN2Y0B0MnUtcW1zLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic3ViIjoiZmlyZWJhc2UtYWRtaW5zZGstZmJzdmNAdDJ1LXFtcy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsImF1ZCI6Imh0dHBzOi8vaWRlbnRpdHl0b29sa2l0Lmdvb2dsZWFwaXMuY29tL2dvb2dsZS5pZGVudGl0eS5pZGVudGl0eXRvb2xraXQudjEuSWRlbnRpdHlUb29sa2l0IiwiZXhwIjoxNzg5NzI5OTYzLCJpYXQiOjE3ODk3MjYzNjN9.FLq-MCuQEH0OBMcE2QGGh52Et87P2GmEAAIrpwGaQTgzY6thH4w_9BImXuualgtcevvCgmYM96TSgaMEg5kx7Q-HLda3hIn6FE109JDtNXGiT6Q_onjcnkxrXmsuJICm5xuc0m_sIOiginAbpGrkPFWMRAX37vNOL345K1rOL8UalQNQkgN0lAqver0MQR81UQMsjRVpRKnXquw6ox0FX84JULYNrrzH8wf-bfJyCaN0WyYKrEhZ60iuDE1rLRheczY10HZG90cjYo7kdEfUsvRyIaBIMCdydeDpgF4YfR6z8w2lh-hQlPVrRzIXzBdz2vVlZfOiqfm69ZHAIy_sWg"
adb shell am start -a android.intent.action.VIEW -d "business-matching://app/auth?customToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJabmU0Z0E3czc0ZWRFTzRQTEY1ZE9BOWFBeFIyIiwiY2xhaW1zIjp7ImV2ZW50SWRzIjpbImV2dF9yYmFjX3Nob3djYXNlIl0sInRpY2tldElkIjoidDJ1LTJvc3lkNG9nIiwiZW1haWwiOiJzdGFmZjFAY2xvdWRzY2FsZS5haSJ9LCJpc3MiOiJmaXJlYmFzZS1hZG1pbnNkay1mYnN2Y0B0MnUtcW1zLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic3ViIjoiZmlyZWJhc2UtYWRtaW5zZGstZmJzdmNAdDJ1LXFtcy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsImF1ZCI6Imh0dHBzOi8vaWRlbnRpdHl0b29sa2l0Lmdvb2dsZWFwaXMuY29tL2dvb2dsZS5pZGVudGl0eS5pZGVudGl0eXRvb2xraXQudjEuSWRlbnRpdHlUb29sa2l0IiwiZXhwIjoxNzg5NzI5OTYzLCJpYXQiOjE3ODk3MjYzNjN9.FLq-MCuQEH0OBMcE2QGGh52Et87P2GmEAAIrpwGaQTgzY6thH4w_9BImXuualgtcevvCgmYM96TSgaMEg5kx7Q-HLda3hIn6FE109JDtNXGiT6Q_onjcnkxrXmsuJICm5xuc0m_sIOiginAbpGrkPFWMRAX37vNOL345K1rOL8UalQNQkgN0lAqver0MQR81UQMsjRVpRKnXquw6ox0FX84JULYNrrzH8wf-bfJyCaN0WyYKrEhZ60iuDE1rLRheczY10HZG90cjYo7kdEfUsvRyIaBIMCdydeDpgF4YfR6z8w2lh-hQlPVrRzIXzBdz2vVlZfOiqfm69ZHAIy_sWg"

📧 Simulated Ticket2U Confirmation Email Preview:

Preview (No SMTP server needed)
From: Ticket2U Registration <noreply@ticket2u.com.my>
To: Kevin Patel <staff1@cloudscale.ai>
Subject: Registration Confirmation & E-Pass - AI & FinTech Global Summit 2026 (RBAC Showcase) (Ticket: t2u-2osyd4og)
Event Header

Dear Kevin Patel,

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-2osyd4og
QR Code
Click above or scan QR code on your phone to open the Business Matching platform
Company: CloudScale AI Technologies
Job Role / Title: Industry Specialist/Professional • Customer Success Engineer (Staff)
Industry: Technology
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!