Replies: 3 comments
-
I wasn't aware badging was even supported on either react-native-firebase >= 6 or android. It was my understanding that Android it is vendor-specific, and specifically not implemented on AOSP/Pixel devices, it is not a part of the platform and was only possible via hacks (https://github.com/leolin310148/ShortcutBadger) that haven't been updated in years because people have essentially given up, with the vendor-specificness and platform fighting them |
Beta Was this translation helpful? Give feedback.
-
Yes indeed it shows the count of unread messages on pie 9.In the first place I thought that I could use firebase.notifications.getBadge() and SetBadge() methods but realized that you removed those functionalities on latest major releases. I think using notifee library solves that problem.Am I right ? |
Beta Was this translation helpful? Give feedback.
-
Perhaps, I'd check the APIs of the 3 packages we've had success reports for - notifee, react-native-notifications and react-native-push-notification to see if they really do cover the feature you need. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
When I am sending push notifications on android(haven't tried ios yet) app badge count is incremented untill it reaches to 9.When I send 10th notification it becomes 10 and in the blink of an eye it drops to 9 and never exceed to 9 apart from how many more notifications I send.It seems to me it is a limit of android os.Any opinion ?
react-native-firebase/messaging version 7.5.0
react-native-firebase 7.3.1
Beta Was this translation helpful? Give feedback.
All reactions