We are a company that operates about 500 large and small sites. (Self, outsourcing ...)
We are trying to attach a notification to these sites.
I know that when I sign in with my Google Developer Center account and get the gcm service, I get one gcm_sender_id
.
Is there anything wrong with using this as a 'web push' on 500 large and small sites with one
sender_id
issued? If you send a web push to each member at 500 sites at the same time, it could be hundreds of thousands to millions. (Of course the maximum amount you can request at a time is 1000 times.) I would like to know if there are any problems with the addition of such restrictions.We see similar administration agencies, and they seem to be issuing different
gcm_sender_id
to each new site. Can this issue multiplegcm_sender_id
in one Developer Center account? I asked him a little bit, and he said it was automated.
If you are a member of a management agency site, you can create a site by simply registering the site, and gcm_sender_id
is automatically issued in real time.
In that short amount of time, I would like to sign up for a Google Developer Center account and give me one gcm_sender_id
right away, and wonder if gcm_sender_id
will be issued right away.
(The company I mentioned is not affiliated with Google.)
Also, if you want to create a web push for 500 sites, why do you have to issue gcm_sender_id
differently or why?