<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [EmailAuthProvider](./auth-types.emailauthprovider.md) &gt; [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;
```
