firebase-admin-go icon indicating copy to clipboard operation
firebase-admin-go copied to clipboard

Firebase Admin Go SDK

Results 110 firebase-admin-go issues
Sort by recently updated
recently updated
newest added
trafficstars

The `VerifyIDToken()` method on the auth Client downloads Google's signing certificates from https://www.googleapis.com/robot/v1/metadata/x509/[email protected] in the background when verifying a user ID token. Unfortunately, in some environments, connecting to Google is...

type: feature request

Any equivalent of SendAll anytime soon? Potential duplicate of https://github.com/firebase/firebase-admin-node/issues/2418#issuecomment-1989060437 The performance after implementing the SendEach functionality has significantly deteriorated, leading to higher CPU usage. Are there any anticipated improvements...

api: messaging

Hi there! I have encountered a problem with the non-obvious behaviour of the `SendEach` method. For now, it stops sending the batch and returns an error, if an invalid message...

api: messaging

Hello. I'm having issues getting sound for the notifciations sent to IOS Devices. The devices receives the notification but without sound. ```go func buildIOSMessage() *messaging.Message { tokenDecrypted, err := decrypt(iosToken)...

close #658 Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines...

* Operating System version: Linux * Firebase SDK version: v4.15.1 * Library version: v4.15.1 * Firebase Product: auth ### Describe the problem I need to enforce passwords rotation and for...

type: feature request

### [REQUIRED] Step 2: Describe your environment * Library version: v4.15.0 * Firebase Product: auth (auth, database, storage, etc) ### [REQUIRED] Step 3: Describe the problem We are providing user...

type: feature request

Issue : https://github.com/firebase/firebase-admin-go/issues/650 The document ([Signing in users with SAML](https://cloud.google.com/identity-platform/docs/web/saml)) states the following: > To retrieve the user attributes associated with the SAML provider, use the firebase.sign_in_attributes claim in the...

### [REQUIRED] Step 2: Describe your environment * Operating System version: macOS Sonoma 14.5 * Firebase SDK version: v4.14.1 * Library version: v4.14.1 * Firebase Product: auth ### [REQUIRED] Step...

api: auth

Hi, i try my code to running inside our internal server, after i add the proxy i got error **Request is missing required authentication credential. Expected OAuth 2 access token,...

needs-triage