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

### [REQUIRED] Step 2: Describe your environment * Operating System version: ``` $ uname -a Linux Chicago 5.15.79.1-microsoft-standard-WSL2 #1 SMP Wed Nov 23 01:01:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux...

api: messaging

### Describe your environment * Operating System version: Ubuntu latest * Firebase SDK version: v4.13.0 * Library version: v4.13.0 * Firebase Product: messaging ### Describe the problem Some messaging errors...

type: feature request
api: messaging

Environment Operating System version: osx Firebase SDK version: v4 Firebase Product: database (realtime database) Feature Request Description I propose adding support for the io.Writer interface in the Firebase Go SDK...

type: feature request

We've received an email yesterday regarding deprecation of the legacy API for FCM. It links to [an FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) entry, which says to migrate usages of `SendMulticast` to `SendEachForMulticast`. It doesn't...

needs-triage

Hello! Currently it's impossible to set `FCMOptions` for `MulticastMessage`. While for example in Python admin SDK [this is possible](https://github.com/firebase/firebase-admin-python/blob/5c21b81e35443f749a5df16e7e02dd817dca8c1c/firebase_admin/_messaging_encoder.py#L86). And [in Java admin SDK](https://github.com/firebase/firebase-admin-java/blob/e8ec68c97929972acdbe05b79b5ea18f077a08a2/src/main/java/com/google/firebase/messaging/MulticastMessage.java#L68). This pull request fixes this.

release-note

### [REQUIRED] Step 2: Describe your environment * Operating System version: any * Firebase SDK version: v4 * Library version: current * Firebase Product: auth ### [REQUIRED] Step 3: Describe...

needs-triage

### [REQUIRED] Step 2: Describe your environment * Operating System version: _____ * Firebase SDK version: _____ * Library version: __4.13.0___ * Firebase Product: __auth___ (auth, database, storage, etc) ###...

type: feature request

* Firebase Product: FCM In order to use this library to send push notifications, it is necessary to pass the `services_account.json` file path to the environment variable `GOOGLE_APPLICATION_CREDENTIALS`. However, allowing...

type: feature request

### Discussion Please see #556 ### Testing * Make sure all existing tests in the repository pass after your change. * If you fixed a bug or added a feature,...

Hi Team, This patch adds a public method to call an API: - https://cloud.google.com/identity-platform/docs/reference/rest/v1/accounts/signInWithCustomToken - which exchanges custom token to Id token and refresh token. Sorry if this PR is...