Skip to content

Conversation Notification Support for Firebase Messaging #4500

Open
@Shawn-sudo

Description

@Shawn-sudo

What feature would you like to see?

Android 11 has recently introduced conversation notification, which allows us to display the user's profile photo on the notification.

To support Conversation Notifications on Android, I would have to use something like didReceive() on iOS to modify the notification. However, onMessageReceived() currently doesn't work for background notification message (or notification + data messages).

I also couldn't find an option for Conversation Notification in the REST API or smth (server-side) list: https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages

I'm not talking about imageUrl or image option in the REST API (here): imageUrl only seems to work for image attachments, but not for profile photos.

How would you use it?

I would use it to display profile photo in a notification on Android devices.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions