Local Notificatios but with this plugin i’m able to get only notifications with on local device. Don’t really like it.
Firebase from ionic-native - well i was not able to make it thru. There is some serious issues with this plugin for ios and android.
Firebase messaging plugin - it keeps adding same libraries which i need to exclude from my bundle
With both Firebase plugins on iOS emulator the app is not working. No errors, just when the app start it closes automatically.
I’m going to try FCM at the moment.
So, what’s the best plugin for push notifications with Firebase Cloud. I don’t think there is a topic like this one here so, don’t just say the name of the plugin, say why.
I am not recommending anything as I just started implementing Push notifications to my app and after some research decided to use firebase plug-in mentioned by ReedRichards.
Can you help install firebase into a brand new ionic project?
ionic start myApp tabs
cd myApp
ionic cordova platform add android@latest
ionic cordova plugin add cordova-plugin-firebase --save
ionic cordova build android
//FAIL. The library com.google.android.gms:play-services-measurement-base is being requested by various other libraries at [[16.5.0,16.5.0], [16.4.0,16.4.0]], but resolves to 16.5.0.