Closed HighOnDrive closed 8 years ago
Some progress being make, see https://github.com/tylermcginnis/re-base/issues/32#issuecomment-126398738
Hey @HighOnDrive , I made a firebase driver! I tried to make it as declarative as possible, so tell me what you think please! :-)
Why this issue?
Nice work @dralletje I'll look at it soon in the next few days :+1:
@dralletje looks good! The API looks decent, with scoping in mind. Just one question, why this name set$
in .set$(data: Any): Object
if it is not related to Observables?
PS: this issue is to track community effort in making drivers. If a driver ends up being solid and/or used by many, we may consider it "official" and move it to the cyclejs org and npm scope.
@staltz eh my bad, hahaha, it is actually $set
, because mongo (and more nosql databases?) use $something
for special case keys. Thanks for pointing it out! :-)
I've been looking into the possibility of producing a Firebase driver for Cycle.js. Turns out most of the work is already done by re-base. I've initiated an issue at re-base and they are starting to look into it. Here is the link, any advice is welcome:
https://github.com/tylermcginnis/re-base/issues/32#issuecomment-126398738