Skip to content

What is messaging_android_notification_channel_id used for? #5791

Answered by mikehardy
filipengberg asked this question in Q&A
Discussion options

You must be logged in to vote

All notifications post as a result of FCM sent to firebase messaging will use the same channel, either the default or the one you configure.
If that's not what you want, you'll need to change the way your app works such that firebase messaging is used to receive FCM but is not in charge of posting notifications (read as: no notification block) and instead your messaging handlers integrate with a full-featured notification package (for example: notifee.app) and you use that to control how notifications are posted

example JSON you may send using FCM while integrated with notifee that would allow server-specified delivery channel: https://notifee.app/react-native/docs/integrations/fcm#server…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@filipengberg
Comment options

@mikehardy
Comment options

@filipengberg
Comment options

@mikehardy
Comment options

@filipengberg
Comment options

Answer selected by andersonaddo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants