voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 456 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [browserSessionPersistence](./auth.browsersessionpersistence.md)
## browserSessionPersistence variable
An implementation of [Persistence](./auth.persistence.md) of 'SESSION' using `sessionStorage` for the underlying storage.
<b>Signature:</b>
```typescript
browserSessionPersistence: Persistence
```