I have used this How to get custom data from android firebase notification? solution for getting custom data from Firebase
and it work only if Application
is open, when Application
is closed the custom data return empty String
""
Another question related if remove the code for notification
from:
public void onMessageReceived(RemoteMessage remoteMessage) {
and application
is closed i recevived always a notification
but if open not?
I think if Application
is open use my code but if closed what code use?