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

Commit 84f8183

Browse files
author
Jacob Wenger
committed
Merged with master
2 parents 22af14b + 4d508fc commit 84f8183

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ In order to use AngularFire in your project, you need to include the following f
1818

1919
```html
2020
<!-- AngularJS -->
21-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
21+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script>
2222

2323
<!-- Firebase -->
24-
<script src="https://cdn.firebase.com/js/client/2.0.4/firebase.js"></script>
24+
<script src="https://cdn.firebase.com/js/client/2.0.6/firebase.js"></script>
2525

2626
<!-- AngularFire -->
2727
<script src="https://cdn.firebase.com/libs/angularfire/0.9.0/angularfire.min.js"></script>

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
feature - Added `$firebaseAuth.$changeEmail()` to change the email address associated with an existing account.
2+
feature - `$firebaseAuth.$createUser()` is now fulfilled with a user object which contains the created user's `uid`.
3+
feature - Added several minor performance improvements implemented by @jamestalmage.
4+
fixed - `$firebaseAuth.$onAuth()` now properly fires a digest loop upon changes in authentication state.
5+
fixed - Fixed an issue with `$firebaseAuth.$offAuth()` which prevented the callback from actually being unbound (thanks to @jamestalmage).
6+
fixed - Fixed a bug in `$firebase.$remove()` when deleting a Firebase query reference (thanks to @jamestalmage).
27
deprecated - Passing in credentials to the user management methods of `$firebaseAuth` as individual arguments has been deprecated in favor of a single credentials argument.
38
deprecated - Deprecated `$firebaseAuth.$sendPasswordResetEmail()` in favor of the functionally equivalent `$firebaseAuth.$resetPassword()`.

0 commit comments

Comments
 (0)