We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It can solve to add enableAnonymousUser param to CreateTenant and UpdateTenant.
enableAnonymousUser
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
The text was updated successfully, but these errors were encountered:
We are already working on this. @rsgowman is leading that work in all the major languages:
firebase/firebase-admin-node#802
Sorry, something went wrong.
rsgowman
bojeil-google
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: