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
Describe the bug
when sending a notification while app is in recent apps the notifications arrives but the code in the on resume function is not executed instead this error message appears :
Notification Channel set in AndroidManifest.xml has not been created by the app. Default value will be used.
the code in the on resume is just a print of the message.
To Reproduce
Steps to reproduce the behavior:
put the application in the recent apps.
send a message via firebase console.
notification is sent to device but no print in the logs instead this error message.
Notification Channel set in AndroidManifest.xml has not been created by the app. Default value will be used.