This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Options for configuring a Firebase Authentication trigger.
Signature:
export interface AuthOptions extends options.EventHandlerOptions
Extends: options.EventHandlerOptions
Properties
| Property | Type | Description |
|---|---|---|
| tenantId | string | Expression<string> | typeof IS_NOT_TENANT | (BETA) The ID of the Identity Platform tenant to scope the function to. If not set, the function triggers on users across all tenants. Set to IS_NOT_TENANT to only trigger on users in the default project (no tenant). |
identity.AuthOptions.tenantId
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The ID of the Identity Platform tenant to scope the function to. If not set, the function triggers on users across all tenants. Set to IS_NOT_TENANT to only trigger on users in the default project (no tenant).
Signature:
tenantId?: string | Expression<string> | typeof IS_NOT_TENANT;