6

Is that possible for window application to receive push notification message from Firebase? If yes, how it works?

KENdi
  • 7,576
  • 2
  • 16
  • 31
Sherlyn Chew
  • 189
  • 1
  • 2
  • 8
  • There is no SDK for receiving Firebase Cloud Messaging messages in Windows. See https://stackoverflow.com/questions/43229503/can-we-use-firebase-cloud-messaging-to-send-or-receive-messages-or-both-ways-usi – Frank van Puffelen Oct 03 '17 at 13:45

1 Answers1

4

No, firbase is only available for android/ios and javascript. javascript mean that in some way we can play in win32/64 system, but you will need to analyze the javascript protocole to emulate it inside your win32/64 software. Maybe a more easy way will be to use somethink like node.JS inside your software to emulate a browser and javascript

zeus
  • 12,173
  • 9
  • 63
  • 184