You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by **r0hin** July 4, 2023
Using Firebase Cloud Messaging, upon receiving notification via FCM token, the notification is shown regardless of whether or not the app is in the foreground.
Is there any existing functionality to disable notifications when the app is open and instead use an in-app notification?
--
Solving this problem without the use of the local notifications and directly within the capacitor-firebase/messaging package would be a cool feature!
The text was updated successfully, but these errors were encountered:
robingenz
changed the title
Conditionally show Firebase Messaging notification
feat(messaging): add config option whether notification should be displayed in the foreground
Jul 5, 2023
What is the status looking like on this? Would be great if this could be implemented soon. We have a chat app and if two people are chatting at the same time it's pretty annoying to also get a push notification on every message.
Great package otherwise, thanks for all the hard work!
@timmyrosen This PR is intended to ensure that you also receive push notifications on Android in the foreground. I think you are looking for the opposite (probably for iOS).
Discussed in #397
Is there any existing functionality to disable notifications when the app is open and instead use an in-app notification?
Solving this problem without the use of the local notifications and directly within the capacitor-firebase/messaging package would be a cool feature!
The text was updated successfully, but these errors were encountered: