Check your topic list on firebase console.
Read moreHow do I add a photo to a notification on Android?
To add an image in your notification, pass an instance of NotificationCompat. BigPictureStyle to setStyle() .
Read moreWhat is Android payload notification?
Notification messages with optional data payload When in the background, apps receive the notification payload in the notification tray, and only handle the data payload when the user taps on the notification . When in the foreground, your app receives a message object with both payloads available.
Read more