firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.13k stars 242 forks source link

FR: Allow for Authorised Domains to be set #441

Open ToeFungi opened 3 years ago

ToeFungi commented 3 years ago

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 using something like Terraform.

API

https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects/updateConfig

bojeil-google commented 3 years ago

I think this needs a product decision. We already have feature requests for this (it is a popular feature). The API is not ideal as it is used to modify many other core configurations on the project. They may decide to support all of them via some admin sdk API, or expose a dedicated API for this. Anyway, I think this needs product input.

numbsafari commented 5 months ago

Just pinging this to hopefully motivate the product folks a bit more to give you the resources. The go client should be comprehensive of the full API so that we don't have to switch to a whole other language just to tackle one or two tasks.