You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this issue #690, #767 and I don't know how to completely solve the above problem when displaying notification from Firebase's setBackgroundMessageHandler. How is this resolved in version 7.0.0+ on notifee?
Before that I was still able to use firebase's onNotificationOpenedApp api and it worked fine. https://rnfirebase.io/messaging/usage#background--quit-state-messages
In my experience, there was a case where I sent a notification object along with data. So one notification was created by Android automatically, and the second was created by setBackgroundMessageHandler. So I switched to data-only notifications.
I saw this issue #690, #767 and I don't know how to completely solve the above problem when displaying notification from Firebase's
setBackgroundMessageHandler
. How is this resolved in version7.0.0+
on notifee?Before that I was still able to use firebase's
onNotificationOpenedApp
api and it worked fine.https://rnfirebase.io/messaging/usage#background--quit-state-messages
My code:
Result
The text was updated successfully, but these errors were encountered: