Working sample for the capacitor-intercom plugin
- git clone this repo
- cd example
- npm install
- change intercom
apiKey
andappId
for the respective platform incapacitor.config.json
- npx cap sync
- npm run serve:ios
- npm run serve:android
Relevant code is located at src/app/home
MIT