If you want your app to handle push notification even if it is in background, or you simply need „silent push”, you need to use data message. Basically there are two types of payloads – notification, which will be visible for the user, and data which will be not visible. For data messages you have… Czytaj dalej Data messages from FCM
Tag: firebase
Debug notification
If you wonder how you can debug your notification coming from Firebase, when your app is not running here’s the answer.