Thank you for registering. Your ticket pass and access tokens are ready.
Formatted JSON payload of the submitted data and exact cURL commands sent to Firebase Cloud Functions / Auth Handler.
{
"registrationId": "581030c0b60a48c9a3746e670817633b",
"eventId": "evt_rbac_showcase",
"formId": "632",
"ticketId": "t2u-3a4bzd6b",
"ticket2uUserId": "t2u_usr_8a1b31b3",
"fullName": "abc test",
"nameOnTag": "ABC abc",
"email": "abc@abc.com",
"mobileNumber": "1923123123",
"company": "test",
"designation": "testss",
"jobRole": "Nursing Division",
"country": "Malaysia",
"industry": "Retailer/Pharmacy",
"visitingPurpose": "Networking Opportunities, To source new opportunities, To meet new suppliers, Invited by exhibitors, For purchasing purposes, For learning purposes/R\u0026D",
"businessMatchingInterest": true,
"interestedProductsServices": "Disposables/Wound Care, Disposables/Incontinence, Imaging/Diagnostic and Therapy, Infrastructure/Interior and Furniture, Laboratory/Reagents",
"consentGiven": true,
"howDidYouKnow": "10times",
"conferenceInfoInterest": "Yes send me more info",
"remarks": null,
"createdAt": "2026-09-02T07:32:31.9387390",
"firebaseUid": "Y0SlldCqx1fhpo1m0wKkR1w6iPz1",
"syncedToFirebase": true
}
curl -i -X POST "https://match-ticket2u-com.firebaseapp.com/ticket2uProfileWebhook" \
-H "Content-Type: application/json" \
-d '{"email":"abc@abc.com","eventId":"evt_rbac_showcase","ticketId":"t2u-3a4bzd6b","fullName":"abc test","company":"test","industry":"Retailer/Pharmacy","jobRole":"Nursing Division","designation":"testss"}'
// users/Y0SlldCqx1fhpo1m0wKkR1w6iPz1:
{
"uid": "Y0SlldCqx1fhpo1m0wKkR1w6iPz1",
"email": "abc@abc.com",
"displayName": "abc test",
"company": "test",
"industry": "Retailer/Pharmacy",
"ticketId": "t2u-3a4bzd6b",
"ticket2uUserId": "t2u_usr_8a1b31b3",
"mobileNumber": "1923123123",
"country": "Malaysia",
"jobRole": "Nursing Division",
"designation": "testss",
"visitingPurpose": "Networking Opportunities, To source new opportunities, To meet new suppliers, Invited by exhibitors, For purchasing purposes, For learning purposes/R\u0026D",
"businessMatchingInterest": true,
"interestedProducts": "Disposables/Wound Care, Disposables/Incontinence, Imaging/Diagnostic and Therapy, Infrastructure/Interior and Furniture, Laboratory/Reagents",
"consentGiven": true,
"howDidYouKnow": "10times",
"remarks": null,
"syncedAt": "2026-09-24T10:46:56.5595451Z"
}
// events/evt_rbac_showcase/registrations/Y0SlldCqx1fhpo1m0wKkR1w6iPz1:
{
"eventId": "evt_rbac_showcase",
"companyName": "test",
"displayName": "abc test",
"email": "abc@abc.com",
"industry": "Retailer/Pharmacy",
"jobRole": "Nursing Division",
"designation": "testss",
"ticketId": "t2u-3a4bzd6b",
"ticket2uUserId": "t2u_usr_8a1b31b3",
"ticket2uRegistrationId": "581030c0b60a48c9a3746e670817633b",
"offeringTags": [
"Disposables/Wound Care",
"Disposables/Incontinence",
"Imaging/Diagnostic and Therapy",
"Infrastructure/Interior and Furniture",
"Laboratory/Reagents"
],
"lookingForTags": [
"Disposables/Wound Care",
"Disposables/Incontinence",
"Imaging/Diagnostic and Therapy",
"Infrastructure/Interior and Furniture",
"Laboratory/Reagents"
],
"shareAvailability": true,
"businessMatchingInterest": true,
"interestedProductsServices": "Disposables/Wound Care, Disposables/Incontinence, Imaging/Diagnostic and Therapy, Infrastructure/Interior and Furniture, Laboratory/Reagents",
"consentGiven": true,
"howDidYouKnow": "10times",
"remarks": null,
"agenda": [],
"updatedAt": "2026-09-24T10:46:56.5595772Z",
"createdAt": "2026-09-02T07:32:31.9387390"
}
Simulate how the attendee logs into the Business Matching app via browser, local Expo dev server, or mobile device.