Flutter show app icon badge on push notification
You can control the badge count from the notification payload. If you send a notification manually from Firebase Console, you can set the badge count on Additional options step: If you send it programmatically, add this payload (iOS example): {“aps”:{“alert”:”Enter your message”,”badge”:1,”sound”:”default”}} For more payload options, check out FCM documentation