What I\'m trying to do is to authenticate my Android app to the Google Cloud Endpoint. Basically the endpoints should only allow my Android app to access the methods and not
You need to call authenticate on the client, then possibly the library you're using will 'inject' the user information.