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

I understand that the following PR ( https://github.com/firebase/firebase-admin-go/pull/215/files ) brings in a default retryconfig which allows upto 4 retries . I did notice a comment there where there was some...

type: feature request

### [REQUIRED] Step 2: Describe your environment * Operating System version: Mac OS * Firebase SDK version: v3.12.0 * Library version: v3.12.0 (? not sure which library do you mean...

api: auth
api: core

godoc accepts “Deprecated:” comments as a depected feature. https://go.dev/blog/godoc > Sometimes a struct field, function, type, or even a whole package becomes redundant or unnecessary, > but must be kept...

Here's a pull request against ```dev``` ``` see cmd/listen/main.go for working simple test client app``` To run the test app, edit main.go for credential json file location "edit 1." and...

### [REQUIRED] Step 2: Describe your environment * Firebase Product: Remote config ### [REQUIRED] Step 3: Describe the problem Hi do you have plans to support firebase remote config?

help wanted
type: feature request
api: remoteconfig

At the moment it appears that only OIDC and SAML providers can be set via the Go client. Would be incredibly useful to add Firebase auth providers such as phone...

api: auth
api: core

It would appear that there isn't a way to set authorised domains using the Go SDK. Would be great to have this available so that it can be programmatically managed...

type: feature request
api: auth

Added a `Makefile` with commonly used tasks to make it easier for contributors to verify that their changes meet the expected standards.

It can solve to add `enableAnonymousUser` param to CreateTenant and UpdateTenant. ## API CreateTenant and UpdateTennant request body have Tenant. https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants/create https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants/patch Tenant type has `enableAnonymousUser`. https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants#Tenant

type: feature request
api: auth

There is a limit (500) to the number of messages that can be sent at one time in SendAll of messaging. I would like to check the upper limit in...