Integrate firebase auth with google app engine cloud endpoints
Can someone specify (with some sample code) how to verify the firebase token in an google cloud endpoint? The recently asked question does not clarifiy it at all ( How to integrate firebase authentication with google app engine endpoints ) Google Authentication in endpoint is done automatically by adding the User Parameter to an endpoint. Facebook Tokens can be verified in an cloud endpoint with the facebook graph api like this: @ApiMethod(name = "endpoint.addUser", httpMethod = HttpMethod.POST) public ResultObject addUser(HttpServletRequest request, User pUser) throws OAuthRequestException {