I am sending push notification from firebase to my Android Application. but when my app is in background firebase onMessageReceived method is not called instead firebase sen
With HTTP v1 API it is different
Documentation
Example:
{ "message":{ "topic":"news", "notification":{ "body":"Very good news", "title":"Good news" }, "android":{ "notification":{ "body":"Very good news", "title":"Good news", "sound":"default" } } } }