quodolores
Version:
Monorepo for the Firebase JavaScript SDK
19 lines (10 loc) • 531 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [IdTokenResult](./auth.idtokenresult.md) > [signInProvider](./auth.idtokenresult.signinprovider.md)
## IdTokenResult.signInProvider property
The sign-in provider through which the ID token was obtained (anonymous, custom, phone, password, etc).
<b>Signature:</b>
```typescript
signInProvider: string | null;
```
## Remarks
Note, this does not map to provider IDs.