We currently have an Ionic 3 app that is using an older Firebase plugin for push notifications. It seems like there are many stale (unsupported?) Firebase plugins like this.
I’m wondering what the most effective Firebase push notification plugin option would be at this stage? Is it safe to say that the Capacitor Push Notification option would at least be free and supported by Ionic, making it likely the safest long-term option?
For first I would definetly think to upgrade it on Ionic 5…but this is out of topic.
I was struggling with Web Push notificiation. It is relative “easy” to integrate it, but the only big disadvantage that it is not supported by IOS…at the moment.
It might change hope in the near future, then it is a great solution.
However if you want to have some feature (e.g. open your app) then you need to put some extra hours.
Generally I wouls say Capacitor + Firebase definetly good choiche.
For the iOS support gap noted, I assume that is only for WEB push notifications? In my case we are doing native only push notifications with Firebase. Is it fair to say native push notifications are supported for Android and iOS with the capacitor Push Notification plugin?