firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

fix: Updates for latest version of google-auth

Open hiranya911 opened this issue 4 years ago • 0 comments

The latest version of google-auth uses the IAM service accounts API to sign tokens (see https://github.com/googleapis/google-auth-library-python/pull/553). We need to update our unit test mocks to be compatible with this change.

At the same time I'm replacing our _EmulatorAdminCredentials type with AnonymousCredentials type provided in google-auth which serves the same purpose.

hiranya911 avatar Jul 14 '20 01:07 hiranya911