Harish Kurma
Harish Kurma
@erkanarslan When my app is closed and I send a notification message I do receive the notification in the notification tray, but the onMessageReceivedCallback() is not called (I know this...
firebase.init({ showNotifications: true, showNotificationsWhenInForeground: true, onMessageReceivedCallback: (message: any) => { console.log("On firebase message recieved"); console.log(message); }, onPushTokenReceivedCallback: function (token) { console.log("Firebase push token: " + token); } }).then( () =>...
Sorry, I figured it out. Thank you
I'm facing the same issue in one of our applications. Any inputs or workarounds on how this can be resolved?
I'm facing the same issue. Is there a solution for this?