Skip to content

Conversation

@justinattw
Copy link
Owner

Note:
Based on (and requires first merging of) firebase#737

Redirect the base to firebase/firebase-admin-go dev branch when the above merging is done.

Closes firebase#736

https://firebase.google.com/docs/reference/fcm/rest/v1/ErrorCode specifies that google.rpc.QuotaFailure is returned with FCM.

We can expose this via a public API GetQuotaFailure(err *errorutils.FirebaseError) *QuotaFailure method.

I also refactored the messaging.go error-related code bits into messaging_errors.go.

justinattw and others added 11 commits January 6, 2026 16:21
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…firebase#740)

* chore: Pinned github actions to a full-length commit SHA

* chore: Update integration test resources

* chore: Added environment label to release action

* Trigger integration tests
* feat(firestore): Add Firestore Multi Database Support

* fix: Address gemini review

* fix: gemini review

* fix: Update name from API review

* fix: Address review comments

* chore: Fix CONTRIBUTING.md typo

Co-authored-by: Lahiru Maramba <llahiru@gmail.com>

---------

Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
This change implements the accounts:query functionality, providing a new QueryUsers method that allows searching for users with filters and sorting options.

RELEASE_NOTE: Added QueryUsers() API to support querying user accounts with filters, sorting, and pagination.
This PR refactors the release automation to improve security by removing the direct merge from the workflow.
* chore: Update release actions to run on Release env

* Trigger CI

* update the actions

* update the base_ref

* remove fetch-depth to prevent conflicts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants