I am using Firebase for our messaging service in our Android app. I have researched Firebase quite a bit and I understand that whether the app if running in the foreground o
In this post , answer of Koot might be your solution. He said "I had the same problem. It is easier to use the 'data message' instead of the 'notification'. The data message always load the class onMessageReceived."
my solution is as per his advice
{
"condition": "'reader' in topics",
"data": {
"title":"Please Check",
"message": "This is a Firebase Cloud Messaging Topic Message 5!"
}
}