I am testing the updated google gsm cloud services with their sample app https://github.com/googlesamples/google-services/tree/master/android/gcm and I am following google tutorial here: https://developers.google.com/cloud-messaging/android/start
the device client is set up, I am receiving the token and I already have the google-services.json downloaded and configured on the my developer console.
I understand that the API key is used by the gcmsender module to send a test message, however I receive an error: "results":[{"error":"MismatchSenderId"}]} I have confirmed that the google-services.json is using the same sender id as was supplied to me by the developer console. What am I missing?