How to receive push notifications from Firebase cloud messaging

后端 未结 1 1309
陌清茗
陌清茗 2020-12-20 02:02

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)

1条回答
  •  失恋的感觉
    2020-12-20 02:49

    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.

    0 讨论(0)
提交回复
热议问题