Creates the FirebaseCacheService
Angular Fire service used to connect to Firebase
Angular 2 wrapper of localforage that allows storing data offline using asynchronous storage (IndexedDB or WebSQL) with a simple, localStorage-like API
Angular Fire service used to connect to Firebase
ReplaySubject
s that return the latest value for any given
Firebase reference.Angular 2 wrapper of localforage that allows storing data offline using asynchronous storage (IndexedDB or WebSQL) with a simple, localStorage-like API
Retrives a list if locally stored on the device
Returns an Observable array of Firebase snapshot data
$key
or $exists
the Firebase reference for this list
optional angularfire2 query param. Allows all valid queries
used as the object key when storing each list item as an object for offline use via setupList
the Firebase reference for this list
optional angularfire2 query param. Allows all valid queries available for objects
Stores a list for offline use
passed directly from list's key param
passed directly from list's query param
passed directly from list's objKey param
passed directly from object's key param
passed directly from object's query param
Generated using TypeDoc
Wraps some angularfire2 read methods for returning data from Firebase with the added function of storing the data locally for offline use.
ApiService
AppComponent
--------------------------------------------------------
Features: