chore(firestore): update googleapis_auth dependency to 2.3.3#301
Open
demolaf wants to merge 2 commits into
Open
chore(firestore): update googleapis_auth dependency to 2.3.3#301demolaf wants to merge 2 commits into
demolaf wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the googleapis_auth dependency in pubspec.yaml from ^2.3.0 to ^2.3.3 to resolve auth/insufficient-permission errors when using Application Default Credentials without a quota project set. The CHANGELOG.md has been updated accordingly. There are no review comments, so I have no feedback to provide.
Coverage Report✅ Coverage 75.48% meets 40% threshold Total Coverage: 75.48% Package Breakdown
Minimum threshold: 40% |
kevmoo
approved these changes
Jul 9, 2026
kevmoo
reviewed
Jul 9, 2026
| - Fixed `Firestore.getAll()` retrying transient errors indefinitely; it now retries a bounded number of times before surfacing the error. | ||
| - Updated `Transaction.delete` and `Transaction.update` type constraints to accept `DocumentReference<Object?>`. (thanks to @Levin-Me) | ||
| - Made `Timestamp` encodable by adding `toJson` method. (thanks to @OutdatedGuy) | ||
| - Update dependency `googleapis_auth: ^2.3.3` to fix `auth/insufficient-permission` errors with Application Default Credentials that have no quota project set. |
Collaborator
There was a problem hiding this comment.
Is there an open issue on this?
Member
Author
There was a problem hiding this comment.
It's now closed #293, should I open a new one referencing this?
Collaborator
|
On no! Just checking.
…On Fri, Jul 10, 2026 at 2:32 AM Ademola Fadumo ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In packages/google_cloud_firestore/CHANGELOG.md
<#301 (comment)>
:
> @@ -4,6 +4,7 @@
- Fixed `Firestore.getAll()` retrying transient errors indefinitely; it now retries a bounded number of times before surfacing the error.
- Updated `Transaction.delete` and `Transaction.update` type constraints to accept `DocumentReference<Object?>`. (thanks to @Levin-Me)
- Made `Timestamp` encodable by adding `toJson` method. (thanks to @OutdatedGuy)
+- Update dependency `googleapis_auth: ^2.3.3` to fix `auth/insufficient-permission` errors with Application Default Credentials that have no quota project set.
It's now closed #293
<#293>, should I
open a new one referencing this?
—
Reply to this email directly, view it on GitHub
<#301?email_source=notifications&email_token=AAAEFCQYHTARDTH36FTT4H35ECZZFA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINRXGAZDGMZYGQZ2M4TFMFZW63VQOJSXM2LFO5PXEZLROVSXG5DFMSSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#discussion_r3557855027>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEFCU3ZRMALK65QN65EKD5ECZZFAVCNFSNUABFKJSXA33TNF2G64TZHM2DKNZXGU4TIMBSHNEXG43VMU5TIOBUGU4DOMZXGE32C5QC>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.