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).
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
. ThefirebaseRef
service is no longer needed and is replaced with the provided$firebaseRef
.$firebaseAuthService
replaces calls to$firebaseAuth(ref)
.