Enabling provider

To enable this provider, you need to enable fcm-xmpp-api bean within push component configuration scope.

Example. 

push () {
    'fcm-xmpp-api' () {
        # FCM configuration here
    }
}

Note

You need to pass FCM configuration parameters to make it work, see below.