IndexedDB Store
Browser-compatible store implementation using IndexedDB. Useful for:
- Local development without Firebase
- Testing in browser environment
- Offline-first applications
- PWAs with local persistence
Browser-compatible store implementation using IndexedDB. Useful for: