[firebase_messaging] flultter web do something when background notification is clicked #10266
Unanswered
SeriousMonk
asked this question in
Q&A
Replies: 1 comment
-
did you get the behavior you wanted? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured everything and I am receiving background notifications on web correctly; however when I click on the notification, the notification is closed and nothing else happens.
I have tried setting a
notificationclick
callback, but it never gets called; I'm guessing because it is getting overriden somewhere (?).This is my service worker
firebase-messaging-sw.js
Anyone know why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions