Skip to content

Prevent firebase_messaging Notification when iOS App is Open in Foreground #5503

Answered by AdamWP
AdamWP asked this question in Q&A
Discussion options

You must be logged in to vote

NVM, I found it.

await FirebaseMessaging.instance.setForegroundNotificationPresentationOptions(
    alert: false,
    badge: false,
    sound: false,
  );

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AdamWP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant