displaynotification not showing notification #818
Unanswered
lucianosilvi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my index.js I have the following code:
When sending notifications from FCM, either on background or foreground I see the log with "NOTIFICATION: body, title" with the right data, so the function is definitely called, but the notification is never shown on the status bar.
Any idea?
I've also added the "await notifee.requestPermission();" line on app bootstrap and the user-permission line on AndroidManifest file.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions