I\'m integrating FCM to my project. But I\'m getting below error in Log while notification received. (Error text color is blue)
W/FirebaseMessaging: Received mes
Finally I got the solution
In php side I'm sending
"message_type":"text"
That's why I got above error.
As "message_type" keyword is predefined by FCM so it is conflicting. So change that keyword in PHP code.