firebase / firebase-admin-dotnet

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

fix(auth): Introduced a new error code to handle INSUFFICIENT_PERMISSION errors #156

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

Also updated the Actions workflow to run CI on pull_request events.

RELEASE NOTE: Added a new AuthErrorCode.InsufficientPermission error code to handle remote API calls that fail due to lack of permissions.