We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5361f commit a3f8f69Copy full SHA for a3f8f69
etc/firebase-admin.api.md
@@ -250,6 +250,7 @@ export namespace auth {
250
expiresIn: number;
251
}
252
export interface Tenant {
253
+ anonymousSignInEnabled?: boolean;
254
displayName?: string;
255
emailSignInConfig?: {
256
enabled: boolean;
@@ -300,6 +301,7 @@ export namespace auth {
300
301
photoURL?: string | null;
302
303
export interface UpdateTenantRequest {
304
305
306
emailSignInConfig?: EmailSignInProviderConfig;
307
multiFactorConfig?: MultiFactorConfig;
0 commit comments