Skip to content

benwinding/firecache

Repository files navigation

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