This repository was archived by the owner on Mar 17, 2025. It is now read-only.
v0.3.0
- Improved underlying data merge behavior.
- The first argument to
angularFire
andangularFireCollection
should be a Firebase reference, not a string. If you were passing a string URL, just callnew Firebase(url)
and pass that as reference instead. - The fourth argument to
angularFire
is no longer required. The type of data will be automatically inferred from the local and remote data. angularFire
returns a promise, but you no longer have to wait for the promise to resolve to modify the local models. Local and remote data will be merged when the remote data arrives.
A screencast, documentation and a quickstart guide was added to angularfire.com, the official site for the bindings here on out.