edganiukov / fcm

Golang client library for Firebase Cloud Messaging.
MIT License
24 stars 10 forks source link

Develop #13

Closed ArenAzibekyan closed 5 years ago

ArenAzibekyan commented 5 years ago

Hi! I added 4 new fields: MutableContent (iOS-only) and RestrictedPackageName (Android-only) in Message struct, ClickAction (iOS-only) and AndroidChannelId (Android-only) in Notification struct. That's all about new features in iOS and Android notification services.

https://firebase.google.com/docs/cloud-messaging/http-server-ref

ArenAzibekyan commented 5 years ago

Ok, thanks!