How to handle background notifications in flutter web? #10294
-
|
Service worker file is listening to background notificaions, they are printed on console. Tapping on them also works, event is getting printed on "notificationclick" event Problem is I want to listen to this notification in flutter, firebase messaging listeners don't work in this case. I want to open a new screen with some new data |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
Any updates? @ChetanKhanna767 |
Beta Was this translation helpful? Give feedback.
-
|
How can i create a "service worker " in flutter? Can you tell me please? @ChetanKhanna767 |
Beta Was this translation helpful? Give feedback.
-
|
how to receive click event in flutter code |
Beta Was this translation helpful? Give feedback.

Hi, you can follow these steps