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
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.