You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an open socket to Firebase is not battery efficient at all. Google Cloud Messaging exists for this purpose, to send downstream messages to devices. I've tested client to client GCM on the 'gcm' branches, but it doesn't seem possible. One solution would be to have a GCM 'server' running in the chrome extension. But that would add to the setup process and require users to make a project on the Google developer dashboard.
The text was updated successfully, but these errors were encountered:
Using an open socket to Firebase is not battery efficient at all. Google Cloud Messaging exists for this purpose, to send downstream messages to devices. I've tested client to client GCM on the 'gcm' branches, but it doesn't seem possible. One solution would be to have a GCM 'server' running in the chrome extension. But that would add to the setup process and require users to make a project on the Google developer dashboard.
The text was updated successfully, but these errors were encountered: