ProviderIdentifier interface

フェデレーション プロバイダでアカウントを検索するために使用されます。

BaseAuth.getUsers() をご覧ください。

署名:

export interface ProviderIdentifier 

プロパティ

プロパティ 説明
providerId 文字列
providerUid 文字列

ProviderIdentifier.providerId

署名:

providerId: string;

ProviderIdentifier.providerUid

署名:

providerUid: string;