I want to allow user to subscribe to multiple topics via a list, So if a user select a item on list I want the user to subscribe to that topic and receive notification. Documentation says:
FCMPlugin.subscribeToTopic('topicExample');
But I get
FCMPlugin is not defined
. I am able to send notifications to default topics. I am using in Ionic V1.