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

Doesn't work with latest Firebase versions 3. ...

Open josbalcaen opened this issue 8 years ago • 8 comments

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!

josbalcaen avatar Aug 27 '16 15:08 josbalcaen

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

yeldarby avatar Aug 27 '16 15:08 yeldarby

@josbalcaen Did you find an alternative?

oximer avatar Sep 12 '16 19:09 oximer

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.

josbalcaen avatar Sep 12 '16 23:09 josbalcaen

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?

zoomclub avatar Dec 01 '16 04:12 zoomclub

@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.

knod avatar Dec 03 '16 18:12 knod

Any status update on this..?

naton avatar Jan 22 '17 19:01 naton

@josbalcaen could you share your code with the rest of us!

calebeaires avatar Feb 26 '17 14:02 calebeaires

Hello, are there any repo avail for v3 ? Thank you

kukuandroid avatar Apr 18 '17 09:04 kukuandroid