fix(auth): Fix credentials issue in createCustomToken() when using ADC by lahirumaramba · Pull Request #2801 · firebase/firebase-admin-node

@lahirumaramba

fixes #2800

Instead of passing in an explicit service account name IAMSigner now takes in an app instance. This way we can use credentials (Google Auth) instance to get the service account name

@lahirumaramba

@lahirumaramba

jonathanedey

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks!

@lahirumaramba

@lahirumaramba lahirumaramba changed the title fix(auth): Fix credentials issue in createToken() when using ADC fix(auth): Fix credentials issue in createCustomToken() when using ADC

Dec 19, 2024