offline-firebase
offline-firebase copied to clipboard
Doesn't work with latest Firebase versions 3. ...
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 versions!
Maybe someday but for now we haven't updated to v3 so we have no need internally and don't have the resources to dedicate to it
@josbalcaen Did you find an alternative?
I wrote my own offline functionality. It's fairly simple because I don't need to support a complex data structure. Basically it stores the data to (a mirrored) localStorage. It always saves in there but tries to upload/merge when there's internet available. It's not the prettiest thing, but it works for me.
Sounds like a potentially useful wrapper if it worked with Firebase v3. Doing a search for Firebase offline first functionality indicates that this has been a long desired feature that has never matured. Why is that?
@josbalcaen: Are you willing to put it on github? If nothing else it could be a starting point for other people to get a grip on how to do their own thing.
Any status update on this..?
@josbalcaen could you share your code with the rest of us!
Hello, are there any repo avail for v3 ? Thank you