G
G
Grand Silence2018-11-15 18:21:36
C++ / C#
Grand Silence, 2018-11-15 18:21:36

How to receive PUSH notifications from Google Cloud Messages (Firebase) on C# Desktop?

Hello. Tell me how you can implement push notifications on the desktop platform from Google Services (Google Cloud Messages) via FireBase. Without Admin SDK, only subscription to notifications.
Interested in a solution in C#, GoLang, Java (Desktop) or NodeJS .
Config example:

var config = {
  apiKey: "AbcdEfABCDE....",
  authDomain: "...firebaseapp.com",
  databaseURL: "https://...firebaseio.com",
  projectId: "...",
  storageBucket: "....appspot.com",
  messagingSenderId: "..."
};

Ready-made libraries implement only sending. And receiving only on mobile devices through the Google Service Provider. JavaScript requires a Service Worker, there is no solution for receiving notifications under NodeJS either.
Thanks in advance for any help. Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Semyon Novikov, 2019-03-13
@semennovikov123

https://stackoverflow.com/questions/37505896/recei...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question