I am confused about GCM Sender ID and API key. I\'m responsible for building 3rd party server that will send notifications to Android app.
Which one do I have to store o
I've kinda figured it out on my own:
It depends on how your thirds party server is going to work, but in general it works like this:
Information on how the developers get this information can be found in the GCM documentation: http://developer.android.com/google/gcm/gs.html
Depending on your needs there are third party commercial sever solutions available.
There are two keys or IDs on which GCM process rests upon. One is registrationID that is created at Android application side and sent to the Server application where API Key already stored. Message is push to the device using a combination of registration Id and API Key.
The regisration ID is generated by GCM servers when android application makes request to them. Keeping the already created project ID (at Google dev console).
GCM sender ID might also refer to this:
source: https://firebase.google.com/docs/cloud-messaging/js/client