veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 500 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [EmailAuthProvider](./auth-types.emailauthprovider.md) > [providerId](./auth-types.emailauthprovider.providerid.md)
## EmailAuthProvider.providerId property
Always set to [ProviderId.PASSWORD](./auth-types.providerid.password.md)<!-- -->, even for email link.
<b>Signature:</b>
```typescript
readonly providerId: ProviderId;
```