Skip to content

Releases: FirebaseExtended/angularfire

v2.3.0

23 Jan 18:43
Compare
Choose a tag to compare
  • Added a new $firebaseStorage service to store and retrieve user-generated content like images, audio, and video.

v2.2.0

21 Dec 20:14
Compare
Choose a tag to compare
  • Added a requireEmailVerification argument to the $requireSignIn() router helper method to enforce email verification (thanks to @ericmorgan1).
  • Fixed a race condition which sometimes caused an error when the Database Reference bound to a $firebaseObject instance was set to null (thanks to @ulion).

v2.1.0

25 Oct 20:42
Compare
Choose a tag to compare
  • Added $resolved attribute to $firebaseArray and $firebaseObject to get synchronous access to the loaded state (thanks to @soumak77).

v2.0.2

19 Aug 21:16
Compare
Choose a tag to compare
  • $firebaseAuth.$signOut() now correctly returns a Promise fulfilled when the underlying Firebase SDK has signed the user out.

v2.0.1

02 Jun 23:33
Compare
Choose a tag to compare
  • Fixed issue which caused the promises returned from $firebaseAuth methods to not fire.
  • Improved error messages when improperly initializing an instance of the $firebaseAuth service.

v2.0.0

01 Jun 22:39
Compare
Choose a tag to compare
  • See the migration guide for detailed instructions on how to upgrade.
  • Upgraded the firebase dependency to 3.x.x. AngularFire will no longer work with Firebase 2.x.x.
  • angular and firebase are now listed as peer dependencies in the package.json.
  • Several auth methods have been renamed and have had their method signatures changed. See the migration guide for the full details.
  • The auth payload returned from the authentication methods has changed format. See the new Firebase Authentication guide for details.
  • Fixed several bugs including incorrect error messages, unreported errors, and promises resolving earlier than they should have.

v1.2.0

28 Mar 17:44
Compare
Choose a tag to compare
  • Added $firebaseRefProvider for injecting Firebase references.
  • Added $firebaseAuthService for simplified authentication.

v1.1.4

22 Feb 19:52
Compare
Choose a tag to compare
  • Upgraded Angular dependency to support 1.5.x

v1.1.3

29 Sep 17:10
Compare
Choose a tag to compare
  • Upgraded Firebase dependency to 2.x.x.

v1.1.2

25 Jun 20:42
Compare
Choose a tag to compare
  • Fixed issued with $firebaseArray.$loaded() which caused it to resolve before updates from the server were populated to the array (thanks to @jamestalmage).