You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we call identify in the webapp, we are currently letting segment set the user id itself. We are then adding customer_id as an attribute on that user. Instead we want to user the customer_id provided by the API as the user id.
When we call
identify
in the webapp, we are currently letting segment set the user id itself. We are then addingcustomer_id
as an attribute on that user. Instead we want to user the customer_id provided by the API as the user id.Current code:
https://github.com/airbytehq/airbyte/blob/master/airbyte-webapp/src/pages/routes.tsx#L142
Desired:
I was trying to do this myself, but was having trouble sanity checking that it was working in the Segment debugger.
The text was updated successfully, but these errors were encountered: