In order to send an Android push message from a server, two pieces of information are required:
- A Sender Id, AKA Project Id, is used in the app side. There should be no more than one id for each app.
- A Server key for contacting GCM. There might be several Server Keys for a single app so that if one is compromised it can be replaced.
The common wisdom says that the sender id should be apparent in my project page, but I can't seem to find it - any idea where is it?