Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The authClient from the google-auth-library ought to be cached. Otherwise we end up creating a new AuthClient on each request which ends up fetching fresh credentials on every API request. This can potentially double the latency of each API request.
- Loading branch information