Firebase in Flutter: Badge count not updating when app is in background or closed
`I am developing a Flutter app where I am using Firebase Cloud Messaging (FCM) to receive notifications. The badge count updates and resets correctly when the app is in the foreground, but when the app is in the background or closed, the badge count increments as expected but does not reset.
Receiving only one Firebase notification when device offline Flutter
i’m having some trouble figuring out how to achive the result i want with firebase push notification on Flutter.