firebase-admin-go
firebase-admin-go copied to clipboard
FR: Allow for Authorised Domains to be set
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
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.
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.