firebase / firebase/firebase-admin-go
FR: Enable anonymous authentication when creating and updating a tenant
Open
api: auth
type: feature request
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 274
- Avg merge
- 10h 39m
- Merged PRs (30d)
- 2
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.