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).
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 :)