firebase-admin-go
firebase-admin-go copied to clipboard
FR: Support Tenant.disableAuth
trafficstars
Step 2: Describe your environment
- Operating System version: all
- Firebase SDK version: v3.12.1
- Library version: ? (which library?)
- Firebase Product: auth
Step 3: Describe the problem
https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants#Tenant
says Tenant has disableAuth, however, Tenant in the current master does not have disableAuth.
https://github.com/firebase/firebase-admin-go/blob/master/auth/tenant_mgt.go#L49
Can we support this? If I miss something, let me know.
This is the first time I see this field actually.
Identity Platform UI supports but it's strange that Admin sdks don't support this. Please fix the discrepancy.