Disable notification inside the app #8586
Unanswered
AxelVarreira
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, how are you doing? As the title says, there's a way to disable FCM notifications with a toggle button inside the application? I tried a lot of things, like delete the current token, tried to delete the channel, not to call the method that initialize FCM, i even tried to disable notifications from that specific category of notifications inside the app settings inside android... etc. No one works for me, im receiving every time the notifications.
PS: I'm currently trying using the Rest method to send notifications, but, I'm not getting results ^ ^
This is my first discussion and issue on GitHub, so thank you all for the support and patience!!
Flutter version: 2.10.4
Dart version: 2.16.2
firebase_messaging: 11.2.15
flutter_local_notifications: 9.5.0
Beta Was this translation helpful? Give feedback.
All reactions