charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Firebase interface cleanup #141

Closed charwking closed 9 years ago

charwking commented 9 years ago

This splits logic out of firebaseConverter into firebaseInterface and pushes more of the boilerplate firebase stuff down into firebaseInterface. I'm going to continue pushing all firebase related code behind the firebaseInterface in preparation for replacing Firebase with a custom NodeJS backend.