How to read firebase push notification content and fire a method in ionic2?
问题 Is it possible to access push notification content in ionic 2 and execute bunch of code when notification arrive or event fire ? 回答1: I'd recommend using the cordova-plugin-firebase instead. You can take a look at this repo to see how to use that plugin. Please notice that you'd need first to configure the firebase console, and donwload the .json / .plist files and add them to the root folder of your Ionic app. Then you can start using the plugin. In the demo everything is done in the app