Intercom Push Notifications

We use Intercom in our Meteor app. We only call Intercom in Javascript like Intercom('boot') for instance.

This all works fine so far, except the push notifications. The documentation assumes Intercom is installed directly into the Cordova app, but it’s installed as in a web application.

Has anyone managed to get intercom push notifications to work with a Meteor app on Android / iOS?