How safe to provide GCM API key and GCM registration keys to third party servers (other than internal servers) ? Also, Do I need to create new API key for 3rd party server ? I need to understand how an untrusted server can misuse the GCM registration key.
0
votes
2 Answers
0
votes
0
votes
If you provide the GCM API Key to a third party server, this server will be able to
- send notifications to the GCM registrations ids
- send notifications to topics
- subscribe / unsubscribe GCM registrations ids to topics
You can create a GCM API Key for every server,
so that you can invalidate it when your trust relationships ends.