Client library for Firebase Cloud Messaging (FCM) written in C# / .NET
Stars
98
Forks
29
Watchers
98
Open Issues
16
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fixed bug in the serialization of the FCMMessage Priority property. This enum was serializing to an integer value, but the Firebase documentation says this should be a string with a value of either 'normal' or 'high'. Setting the Priority to FCMMessagePriority.high serialized the value as 1 in the JSON sent to Firebase, which led to a bug in which notifications were only being delivered in the foreground on iOS.
c6f6085View on GitHubMerge branch 'master' of https://github.com/tiagomtotti/firebaseNet.git
af5f824View on GitHubMerge branch 'master' of https://github.com/tiagomtotti/firebaseNet.git
c71bea3View on GitHub