react-use-intercom
react-use-intercom copied to clipboard
☎️ React Intercom integration without the hassle, powered by hooks.
Users can now pass authentication tokens to Intercom for secure data operations. The authTokens property accepts an object with any string key-value pairs. Example usage: boot({ email: '[email protected]', userId: '9876',...
We are experiencing a critical issue with Intercom integration in our web application. After a user logs in without a full page reload, the Intercom widget appears and lists existing...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.14 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. v5.4.20 Please refer to CHANGELOG.md for details. v5.4.19 Please refer to...
**Is your feature request related to a problem? Please describe.** I need to trigger the webview of intercom but without show bottom-right widget button **Describe the solution you'd like** `hideButton()`...
Hi Intercom Support Team, From the past few days, I’ve noticed what seems to be a bug in Intercom. Previously everything was working fine, but now I consistently see the...
**Is your feature request related to a problem? Please describe.** Currently unable to tell if the intercom client is in a booted state which means you cannot write code similar...
**Describe the bug** I'm seeing this warning message even with the most basic setup and my appId hardcoded. I've dug through the codebase but couldn't find anything obvious. Any ideas?...
**Describe the bug** We switched from using the native JS script. **Before** ```javascript window.Intercom('boot', { hide_default_launcher: true }) ``` **Now** ```javascript return ... ``` Before, it did not show the...