* When deployed in the Google App Engine environment, the SDK can now leverage the utilities provided by the [App Engine SDK](https://cloud.google.com/appengine/docs/standard/go/reference) to sign JWT tokens. As a result, it is now possible to initialize the Admin SDK in App Engine without a service account JSON file, and still be able to call [`CustomToken()`](https://godoc.org/firebase.google.com/go/auth#Client.CustomToken) and [`CustomTokenWithClaims()`](https://godoc.org/firebase.google.com/go/auth#Client.CustomTokenWithClaims).