Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FirebaseCache

Each cacheItem is related to a Firebase reference.

  • If loaded through the network, loaded is set to true
  • sub is the ReplaySubject that the is made available to the rest of the app

Hierarchy

  • FirebaseCache

Indexable

[cacheItem: string]: object

Each cacheItem is related to a Firebase reference.

  • If loaded through the network, loaded is set to true
  • sub is the ReplaySubject that the is made available to the rest of the app
  • loaded: boolean
  • sub: ReplaySubject<any>

Generated using TypeDoc