We are using firebase cloud messaging to get the push notification into android app.
Currently to test push notification we need to send the message to FCM server and wait for the message to arrive to device. Most of the time device is taking long time get the notification from FCM server.
I can see some links below which explains sending push notification to device using adb broadcast command (This example explains sending message using GCM framework, but we use FCM) Is it possible to simulate a GCM receive from the adb shell / am command line? I'm getting an error
Is there any similar way to send push notification using adb to device which have FCM?