Recieve Push Notifications

Hi everyone, currently i’m using cordova with framework7 and i want to recieve notification in my app so how can i that please ?
i already try a lot of plugins like cordova-push & firebasex but it’s show me errors when trying to build the android app i need something works please thank you

You cannot mix firebasex with cordova-push i believe…
But basically the FMC send the message to devices ids, that device then must have a matching app that can receive the push notification ( you have the native notification payload - which does not requires nothing on your part) but if you want a more advanced case then you need to use the data payload, and in that case the notification data is handled by the plugin, in that case depending on the plugin you might need to use a specific data payload.