Google Cloud Messaging (GCM) is a service that allows developers to send data from servers to Android apps or Chrome apps and extensions.
I am developing chrome and Firefox extension / extension. I am using the web extension API for the Firefox extension.
Now the web extension APIs API does not yet support the chrome.gcm APIs. *. Essentially, the firefox extension cannot talk to GCM.
Is there something like GCM that the Firefox extension can talk to? Something provided by Firefox, like GCM provided by Google for the Chrome browser? If not, can someone explain how to do this in the Firefox extension?
Update : Even for web applications, firefox does not use something similar to GCM. They use service workers. Can Firefox browser extensions interact with service workers?
source share