5 ms·
I've been prototyping some bindings to make Firebase work with RxJava / RxJS, since the model seems like a good fit. If anyone has the time and inclination, I'
by gsoltis 12y ago
I've been prototyping some bindings to make Firebase work with RxJava / RxJS, since the model seems like a good fit.
If anyone has the time and inclination, I'd love some feedback.
RxJava: https://gist.github.com/gsoltis/86210e3259dcc6998801 https://gist.github.com/gsoltis/86210e3259dcc6998801
RxJS: https://gist.github.com/gsoltis/ee20138502a4764650f2 https://gist.github.com/gsoltis/ee20138502a4764650f2
Also, is ReactiveCocoa what most people would use to do this in ObjC? https://github.com/Reactive-Extensions/Rx.ObjC https://github.com/Reactive-Extensions/Rx.ObjC doesn't seem particularly active.
- mattpodwysocki 12y agoFirst off, great work! I'm the primary authors of RxJS and made a quick comment on your Firebase interaction. We need to ensure that we minimize the number of handlers created. Comments should be inline! Keep up the great work!