We use Intercom in our Meteor app. We only call Intercom in Javascript like Intercom('boot')
for instance (as described in their documentation for single page web apps).
This all works fine so far, except the push notifications. The documentation assumes Intercom is installed directly into a Cordova app.
Has anyone managed to get intercom push notifications to work on Android / iOS with a Meteor app?