This repository was archived by the owner on Mar 17, 2025. It is now read-only.
v0.5.0
- Overhauled the API to make it easier to understand and use in production Angular applications.
- The
angularFire
andangularFireCollection
services are no longer available, and have been replaced by a single service named$firebase
. - The
angularFireAuth
service is now available as$firebaseAuth
. - The API for the
$firebase
service is significantly different than the oldangularFire
orangularFireCollection
APIs.