Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to receive push notifications from Firebase cloud messaging on Windows

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

like image 278
ShresthaGanesh Avatar asked Dec 12 '25 01:12

ShresthaGanesh


1 Answers

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.

like image 161
Frank van Puffelen Avatar answered Dec 14 '25 16:12

Frank van Puffelen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!