How to clear all notifications when app opened #6071
Unanswered
LakshanKarunathilake
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi there! I'm not sure what you mean. What exactly is a "push notification"? I ask because people confuse visible notifications on devices (what are properly called "local notifications") and firebase cloud messages (FCM). If you want to clear visible notifications on the device, you need a module that covers the API surfaces of local device notification APIs. That would be something like notifee.app If you want to clear FCM, that's not something you are in control of, you either send messages or you don't, they deliver or they don't, but you cannot really "clear" them. |
Beta Was this translation helpful? Give feedback.
1 reply
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 want to clear all my firebase push notifications when the applications is opened, Is there a way to do it ?
Beta Was this translation helpful? Give feedback.
All reactions