Firebasex plugin for push notification

We are building a mobile app for IOS and android with push notification. We are exploring the different push notification plugins. Is it advisable to use ‘firebasex’ plugin push notification alone without the additional features like crashlytics, analytics etc ? and also in IOS do we get notification in system tray if we send data message with notification keys ? It is not mentioned in the plugin documentation for IOS section. For android it is mentioned and it works as well.

Whenever i have to integrate anything FCM related into an app, i use the FirebaseX Plugin. It’s the best maintained one and in my opinion the best working one. You don’t need to use analytics, crashlytics, etc. Of course this will increase your app size a bit but i think not very dramatic.