I am developing android/ios app using ionic framework (web technologies) and I want to add Push Notification with the help of new firebase feature FCM.
Right now I a
I know this question is jurassic already but just for information of future mobile developers using Ionic framework. This is 100% working now, I've been using it for the past 3 weeks.
All you need is to add these 3 plugins
ionic plugin add cordova-plugin-inappbrowser
ionic plugin add cordova-plugin-fcm
ionic plugin add cordova-plugin-velda-devicefeedback
Next, go to Firebase Console and
The Firebase Console will give you a file named google-services.json .
ionic build android
on your CLIYou can now go to Notifications Page > New Message
Make sure to select the app (id of the app) you added before sending push notifications.