firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
No method to receive Firebase Message / Notification
trafficstars
Firebase Messaging does not provide any method to receive the incoming message / notification.
Do not have any method like override fun onMessageReceived(message: RemoteMessage) provided by FirebaseMessagingService
Is there any other way to receive the messages/notifications.