Skip to content

Commit 8210b69

Browse files
authored
chore(admin): update googleapis_auth dependency to version 2.3.3 (#300)
* chore: update googleapis_auth dependency to 2.3.3 and bump version to 0.5.4-wip * chore: regenerate version.g.dart for 0.5.4-wip
1 parent c9f6c9f commit 8210b69

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

packages/firebase_admin_sdk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.5.4-wip
2+
3+
- Update dependency `googleapis_auth: ^2.3.3` to fix `auth/insufficient-permission`
4+
errors with Application Default Credentials that have no quota project set.
5+
16
## 0.5.3
27

38
- Require `google_cloud: '>=0.4.0 <0.6.0'`

packages/firebase_admin_sdk/lib/src/version.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/firebase_admin_sdk/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Firebase Admin SDK implementation for Dart -
44
Firestore, Cloud Storage, Auth, and FCM
55
resolution: workspace
6-
version: 0.5.3
6+
version: 0.5.4-wip
77
repository: https://github.com/firebase/firebase-admin-dart/tree/main/packages/firebase_admin_sdk
88

99
environment:
@@ -18,7 +18,7 @@ dependencies:
1818
google_cloud_firestore: ^0.5.0
1919
google_cloud_storage: ^0.6.0
2020
googleapis: ^16.0.0
21-
googleapis_auth: ^2.3.0
21+
googleapis_auth: ^2.3.3
2222
http: ^1.6.0
2323
http_parser: ^4.1.2
2424
intl: ^0.20.0

0 commit comments

Comments
 (0)