Add Firebase Messaging - #765
Conversation
Why did you reformat all the code? It sufficiently complicates the merge of your contribution. |
Freydoonk
commented
Nov 10, 2016
@ForNeVeR I do this to remove the extra using and convert space character to tab. It is the standard of code style that I used. |
@Freydoonk just a suggestion: it's rarely acceptable to reformat the open source project code in scope of any PR without talking with maintainer first. It may be the code style you use, but it's definitely not the code style that's used in PushSharp codebase. And that's not nice that you were converting the code style and updating some project settings in a single commit. Generally it's better to always completely split the formatting changes to another commit or even a separate PR. That will allow the maintainer to cherry-pick only the changes he want to include in the project. |
Freydoonk
commented
Nov 12, 2016
@ForNeVeR You are right, I consider your notice in future |
fproulx-pbox
commented
Nov 16, 2016
What's missing for this to be considered for merging to |
h3smith
commented
Nov 16, 2016
No one is ever going to merge a request that changes every single file and every single line of virtually every single file. The pull request has to have only the relevant changes, not formatting changes as stated above. |
ForNeVeR
commented
Nov 17, 2016
@fproulx-pbox actually you already can use FCM with PushSharp, see #752. |
knopa
commented
Oct 25, 2017
When be the nuget package? |
When it available on the nuget package ? pls :(( |
Could someone look ahead for this PR? |

According to the changes of Google I change the PushSharp to work with FCM.
Firebase Cloud Messaging (FCM) is the new version of GCM. It inherits the reliable and scalable GCM infrastructure, plus new features!