bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
690 stars 146 forks source link

Firebase Cloud Messaging #131

Open hicosmonaut opened 5 years ago

hicosmonaut commented 5 years ago

Hello, I work with WinForms project and I have to do push-notifications. So for server-side I want to use Firebase Admin SDK (node.js) and for client-side I want to use FireSharp. Is it possible to use it for push-notifications? In my case, push-notification it's simple plain text which will be received in background.

I mean, I need simple logic, when I click button "Send" message from server have to be sent to client WinForm Application (WFA).

Hope, you can help me :)

fabricciotc commented 5 years ago

yes online with de method Listen() or Suscribe().