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

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 (CONTRIBUTING.md). *...

The `sendEachInBatch` function, used for sending FCM messages individually within a batch, previously created a new goroutine for each message. This could lead to high CPU usage for large batches....

release:stage

### Discussion Add the `LinkDomain` field to the `ActionCodeSettings` struct, this new field enables migrating off of firebase dynamic links, which is deprecated and will be unsupported soon. See issue...

The `ActionCodeSettings` struct is missing the [linkDomain](https://firebase.google.com/docs/reference/admin/node/firebase-admin.auth.actioncodesettings.md#actioncodesettingslinkdomain) field. The `linkDomain` field is required to migrate off of dynamic links, it's part of the [migration guide](https://firebase.google.com/docs/auth/android/email-link-migration?#customize-mobile-links) for using a custom Firebase...

type: feature request

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go

## Description This PR contains the implementation of the [server-side Remote Config functionality](https://firebase.google.com/docs/remote-config/server?serverplatform=node.js)

In the try it out [example](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send) in , we can see that the `channelId` field in `android.notification` is in camel case, ```bash { message: { android: { notification: { channelId:...

Problem: - In the API Explorer for FCM REST API (projects.messages/send), the example request body shows the JSON field for AndroidConfig.Notification.ChannelId as "channelId" - However, in the Go SDK, this...

needs-triage

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign: just use rand.Reader in tests 3e90321 go.mod: update golang.org/x dependencies...

dependencies

This package currently does not support Firebase Data Connect and i would like to use it in my Go Backend. See row in table: [Firebase Data Connect](https://firebase.google.com/docs/data-connect/admin-sdk)

needs-triage