Skip to content

Conversation

geekywarrior
Copy link

Updated Android Constants.cs to have the correct Firebase Channel ID

Description

Firebase updated the ChannelID key in the key value pair it transmits for push notifications.

        //Old Channel ID Key
        //public const string ChannelIdKey = "channel_id";
        //FCM now uses prefix gcm.notification.android_ for certain fields
        public const string ChannelIdKey = "gcm.notification.android_channel_id";

Issues

Github Issue #141
Push Notifications not routed to correct Channel ID
*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant