Hello I am working to include push notifications for chrome, basically I followed steps https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web although I then added different stuff. Everything works correctly but I have two questions before launching it to all users.
Say first of all that the project where I want to ride is between 60,000 and 200,000 hits a day ... and my idea is that users can subscribe to receive updates in real time, and gradually receive updates according to their interests .
That said, I am not clear whether there are limits to how much I can send push server google ... I read somewhere that is 10,000 a day, but that for this project would be very few, probably in the first day would subscribe to these alerts via push.
Furthermore the subject of active load (Payload), the parameters as documented https://developers.google.com/cloud-messaging/http be added is not working. Basically you can only send the push without active data loading ... somewhat useful, although this is resolved to power set in the "service-worker" A "endpoint" in my case file "php" to being sent to the User cookies to capture the database information itself and mount the push personalized ... but of course this makes sending notifications to many users at the same time that file is about to collapse ... is there any way sending active load? I think that from what I've read is not possible for now
Primarily I need to know the first question, the second I have solved though I wish better off sending data directly.
Cheers