Firebase Admin Go SDK v1.0.1
- Now uses the client options provided during SDK initialization to create the
http.Client
that is used to fetch public key certificates. This enables developers to use the ID token verification feature in environments like Google App Engine by providing a platform-specifichttp.Client
usingoption.WithHTTPClient()
.