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
Platform: Web
Flutter: 3.19.6
intercom_flutter: ^9.0.1
I get the following error whenever I call Intercom.instance.updateUser().
Intercom Messenger error: Missing user_hash.
A valid user_hash is required to authenticate users when Identity Verification is enabled.
For more details, see https://docs.intercom.com/configure-intercom-for-your-product-or-site/staying-secure/enable-identity-verification-on-your-web-product.
Now Intercom.instance.displayMessenger() no longer opens.
I am successfully setting the user hash via Intercom.instance.setUserHash() before attempting to update the user.
Reproducible example:
I've removed any sensitive data.
Platform: Web
Flutter: 3.19.6
intercom_flutter: ^9.0.1
I get the following error whenever I call
Intercom.instance.updateUser()
.Now
Intercom.instance.displayMessenger()
no longer opens.I am successfully setting the user hash via
Intercom.instance.setUserHash()
before attempting to update the user.Reproducible example:
I've removed any sensitive data.
The text was updated successfully, but these errors were encountered: