As far as I understand for different mobile devices, firebase messaging service uses different protocols like web push, ans, google play services. But is there a way to notify non mobile device using this service?
Asked
Active
Viewed 96 times
1
-
Is this what your are looking for: https://firebase.google.com/products/cloud-messaging – George Udosen Sep 18 '22 at 12:27
-
I'm looking how can I subscribe to event over HTTP with firebase cloud messaging service – Dmitry Zherebko Sep 18 '22 at 14:20
1 Answers
1
Delivery of messages over Firebase Cloud Messaging is only supported to the SDKs listed in the documentation here, currently iOS, Android and Web. There is no documentation for the wire protocol that is used to deliver messages to these clients.
Also see these previous questions asking for delivery to Windows, macOS, and Linux:
- How to receive push notifications from Firebase cloud messaging on Windows
- Is it possible to develop flutter windows desktop with fcm push notification?
- integration firebase messaging with mac os apps ? (Notifications)
- Can we use FireBase cloud Messaging to send or receive messages or both ways using C++ on Windows Desktop/Console or Linux console appliction?

Frank van Puffelen
- 565,676
- 79
- 828
- 807