What is the bet push notification plugin in ionic 5?

there are so many plugins available for push notification service, how can i choose best plugin for my apps? I have used ionic(5) Angular in my projects. you are appreciated if you can put your ideas and experience here

From my experience: FirebaseX

1 Like

After struggling with the same question and after trying several solutions, I have pretty decent results with the default Capacitor + Firebase implementation.

Guide here: Using Push Notifications with Firebase in an Ionic + Angular App

In the same project I extended the functionality with subscribe to Topic support by using the @capacitor-community/fcm package.