Local AND push notification solution?

I have been struggling to get the available local and push notification solutions working together - the plugins available in ionic native have not been updated in a long time and have issues.

I’ve been recently trying to use the firebasex plugin, it works for push but then local scheduled notifications don’t work.
I’m not using capacitor - I believe it has a solution for local notificaitons but I also see the firebase plugin listed under those that are not compatible!

Anyone have a working setup for both local AND push notifications together??

Thanks!

Capacitor supports the Firebase SDK or AngularFire straight out of the box so you don’t need the plugin (I assume this is why there’s no support for it). If you’re able to use Capacitor I’d recommend it as the notifications plugins are a lot easier and better maintained than Cordova