Skip to content

deleteProviderConfig() ​

deleteProviderConfig(providerId): Promise<void>

Defined in: CloudFireAuth.ts:726

Deletes the provider configuration corresponding to the provider ID passed. If the specified ID does not exist, an auth/configuration-not-found error is thrown.

SAML and OIDC provider support requires Google Cloud's Identity Platform (GCIP). To learn more about GCIP, including pricing and features, see the GCIP documentation.

Parameters ​

providerId ​

string

The provider ID corresponding to the provider config to delete.

Returns ​

Promise<void>

A promise that resolves on completion.