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