I use Firebase Push Notification.
In B4A, I can handle the notification. To be more specific, I can either show or I can choose to "reject" the notification.
I am trying to handle the incoming notification in B4I, but when the notification arrives, then push is done immediately.
Is there any way that I can handle the incoming notification in B4I?
I want to have the choice of showing (or not) the notification.
There is a feature called silent push notifications that causes your app to start when a notification arrives: https://www.b4x.com/search?query=b4i+silent+push however they have a very low priority and many will be missed.