简体   繁体   中英

How to receive push notifications from Firebase cloud messaging

I have been able to send push notification from Firebase (Firebase cloud messaging) into my android application.

I wanted to know if I can build an app in c# (.net) that will receive notification from firebase as in Android application.

So far, I found examples that send the notification but none of them actually have demonstrated how to received the notification in c# desktop application.

If there are any documentation on receiving notification or any code snippet will be much appreciated.

Thanks in Advance

There is no support for receiving FCM notifications in a .NET desktop application. There is no FCM SDK for the platform, and the wire protocol is undocumented.

There is support for receiving FCM notifications on a Xamarin app on Android or iOS, but that doesn't seem to be what you're after.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM