I am trying push notifications in Google Developer Console. Now the Google developer console is completely updated. Previosly I did:
Register our application in Google console.
Go to the API, enable
Google Cloud Messaging for Android
Go to Credential, click "Create New key". Then click "server key"
Add Example: 000.000.0.0, then create API key (This process is for white listing your URL)
Use the genrated API KEY in the config file
We will get a sender ID from URL, paste it to GCMConstant.java file
In new Google console UI after creating the Project, I didn't find "Credintial", "Create New key"
Can any one please give me an idea for the configuration of the new google developer console?