Closed bluepeter closed 5 years ago
It doesn't appear as though this component supports user_hash for guaranteed communication with Intercom? That is to say, the following doesn't work:
user_hash
const user = { email: currentUser, user_hash: accountStore.intercomHash }; return <Intercom appID={config.intercomID} {...user} />;
This results in:
Intercom Messenger error: Missing user_hash. A valid user_hash is required to authenticate users when Identity Verification is enabled.
Operator error. Closing.
It doesn't appear as though this component supports
user_hash
for guaranteed communication with Intercom? That is to say, the following doesn't work:This results in: