<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [browserLocalPersistence](./auth.browserlocalpersistence.md)

## browserLocalPersistence variable

An implementation of [Persistence](./auth.persistence.md) of type 'LOCAL' using `localStorage` for the underlying storage.

<b>Signature:</b>

```typescript
browserLocalPersistence: Persistence
```
