benwinding / firecache

Client-side state-management using Firebase

Home Page:https://benwinding.github.io/firecache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firecache

Build and Publish Code Coverage NPM Version License Downloads/week Github Issues

A client-side state-management system for firebase.

Enum + State = Observable

Description

This library allows you to specify paths as typescript enums to different documents/collections in firestore.

You can use path variables to create dynamic paths, which are based on the state of the library.

Below Shows how paths are resolved from Enums to Observables.

diagram

Links

About

Client-side state-management using Firebase

https://benwinding.github.io/firecache/

License:MIT License


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%