[Firebase Messaging] Received messages instances doesn't contain Android notification channel ID #5612
Unanswered
thearaks
asked this question in
Feature request
Replies: 1 comment
-
Seems like in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the app receives a notification while in foreground via the
onMessage
callback would be very useful to have the Android notification channel ID inside theMap<String, dynamic> message
parameter.This would enable client-side business logic based on the notification channel value, and would also give the possibility to publish the notification in the system tray with the correct notification channel ID.
Proposed solution:
Something like
message['android_channel_id']
containing the channel ID string.Beta Was this translation helpful? Give feedback.
All reactions