CloudServices/SimplePushServer/GCM
From MozillaWiki
Using Google Cloud Messaging with SimplePush
the GCM_NOTES.md file describes the actions required to acquire a GCM project ID and registration ID. In short:
- go to https://console.developers.google.com/project
- create a new Project (it is recommended to create several, one for:
- Production Load
- Development
- Load Testing
- Cross Product Integration
- go to "APIs & Auth"
- Activate "Google Cloud Messaging for Android" under "APIs"
- create a new key under "Credentials" "Public API access.
Optionally, you may wish to limit the IPs to include only the SimplePush servers. This will limit who can send messages using these keys. - Add the API Key as gcm.api_key