bytefish / FcmSharp

Firebase Cloud Messaging (FCM) with .NET
MIT License
6 stars 7 forks source link

AndroidNotification object is missing channel_id (new in Oreo) #49

Closed kehollin closed 5 years ago

kehollin commented 5 years ago

According to the docs, as of Android Oreo apps supposedly require a channel ID in the AndroidNotification section, see docs. Oddly, my push notifications appear to be working even though I don't have a channel ID defined in the manifest either. I'm targeting API 28 (Pie), but I'm struggling to manage the new app icon badge so I wanted to confirm the channel.

bytefish commented 5 years ago

@kehollin Thanks for the notification. 🙏 I will update the Request model with the channel_id property and release a new version. 😎

bytefish commented 5 years ago

Released 2.8.2 with the channel_id. Thanks again!