Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@anantn anantn released this 11 Sep 19:18
· 884 commits to master since this release
  • Improved underlying data merge behavior.
  • The first argument to angularFire and angularFireCollection should be a Firebase reference, not a string. If you were passing a string URL, just call new 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.