So far I found out that if one wants to opt in for browser push notifications they get a random string from GCM that identifies their device for future references. In this case when a backend service wishes to send a browser push notification would sent to the previously generated id.
My question, is, is it possible to subscribe directly to a topic in browsers as is the case for mobile apps.