firebase-admin-go
firebase-admin-go copied to clipboard
Firebase Admin Go SDK
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...
### [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...
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?
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...
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...
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
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...