No banner shows up on Android even see the payload in the log
See original GitHub issueCould see this in console:
NotificationHandler: {"data": {"message": "Sample message for Android endpoints"}, "finish": [Function finish], "foreground": true, "id": "-306621741", "userInteraction": false}
But no banner when the app is in the background on Android. Does anyone know why?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
How to handle notification when app in background in Firebase
When you are in background, FCM will showing notification in system tray based on the info from notification payload.
Read more >Notifications Not Shown - Mobile Push
Common reasons why Mobile Push notifications are not showing on your device. ... Android Settings App > Notifications > Your App you should...
Read more >Control notifications on Android - Google Support
Notifications show when you swipe down from the top of your screen. Some notifications&nbs. ... Some of these steps work only on Android...
Read more >flutter_local_notifications | Flutter Package - Pub.dev
Compatibility with firebase_messaging; Scheduled Android notifications; iOS pending ... If they do still show, you might not see the icon you specified.
Read more >Send an image in the notification payload - Firebase - Google
Catch up on everything announced at Firebase Summit, and learn how Firebase can help you accelerate app development and run your app with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please refer to the FireBase notification
Thanks @Dallas62, I checked the documentation about the firebase notification, indeed it was a data notification… For anyone may encounter this in the future, please refer to: https://firebase.google.com/docs/cloud-messaging/send-message#notification-message BTW, I used AWS SNS for testing the android push notification, and the default data template doesn’t work well…