Hi Amit,When I send a push notification from the console, the
onMessageReceived() method in the FirebaseMessagingService gets invoked
and I receive both the message and the delivery IDs. I've logged this
and I see both ID's received. When I invoke the notifyReceive() method
within the onMessageReceived() method, the onComplete() method is
called. I also logged that too.