Where is the sender ID in the Google Developers Console project?

To send a push message from Android from the server, two pieces of information are required:

  • A Sender ID, AKA project identifier, is used by the application side. For each application there should be no more than one identifier.
  • Server key for communication with GCM. There can be several Server Keys for one application, so that if someone is compromised, it can be replaced.

The common wisdom is that the sender ID must be explicit on my project page, but I cannot find it - any idea where this is?

enter image description here

+4
source share
2 answers

20 , - API ( ), ( id id/ ).

  • Google Cloud Platform: enter image description here

  • . enter image description here

+6

-.

enter image description here

+1

All Articles