offline-firebase icon indicating copy to clipboard operation
offline-firebase copied to clipboard

A Firebase wrapper that stores a cache of your data offline in localStorage when there is no Internet connection available.

Results 4 offline-firebase issues
Sort by recently updated
recently updated
newest added

Any plans on upgrading your solution to the latest version? The code doesn't work anymore as Firebase is not defined. Would be great to have a cold-start on the latest...

Does this js works with the new firebase version?

Hi, really and useful library, very nice! I would be awesome if it was installable as an NPM package. I've prepared the package.json for you: ``` json { "name": "offline-firebase",...

When I try to use offline-firebase with EmberFire, I get these errors (and nothing gets saved to firebase): ![pasted image at 2014_10_07 05_38 pm](https://cloud.githubusercontent.com/assets/3421858/4590961/1ca04c5a-5066-11e4-853d-146619ae22e3.png) `adapters/application.js` ``` export default DS.FirebaseAdapter.extend({ firebase:...