<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [EmailAuthProvider](./auth.emailauthprovider.md) &gt; [providerId](./auth.emailauthprovider.providerid.md)

## EmailAuthProvider.providerId property

Always set to [ProviderId.PASSWORD](./auth.providerid.password.md)<!-- -->, even for email link.

<b>Signature:</b>

```typescript
readonly providerId = ProviderId.PASSWORD;
```
