firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

fix(auth): Migrate IAM SignBlob to IAMCredentials SignBlob #257

Closed kentengjin closed 3 years ago

kentengjin commented 3 years ago

Point SignBlob to iamcredentials instead of iam

RELEASE NOTE: Migrated the createCustomToken() API to use the new IAM credentials API for remote token signing.