charwking / movie-club

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

Use $firebaseRefProvider and $firebaseAuthService #160

Closed charwking closed 8 years ago

charwking commented 8 years ago

angularfire added $firebaseRefProvider and $firebaseAuthService in version 1.2.0. This PR takes advantage of those.

The environmentService code was moved into the config block that configures the $firebaseRefProvider. The firebaseRef service is no longer needed and is replaced with the provided $firebaseRef. $firebaseAuthService replaces calls to $firebaseAuth(ref).