charwking / movie-club

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

DRY up firebase API code #77

Closed charwking closed 9 years ago

charwking commented 9 years ago

There's a lot of duplicated code in the api files that deal with firebase and in the resolves that are loading firebase data. We should DRY that up.

charwking commented 9 years ago

This is happening as part of the refactorings that I'm doing to address issue #34