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