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

Commit f02bcd7

Browse files
author
Jacob Wenger
committed
Added changelog entry for $sendPasswordResetEmail() removal
1 parent e79d3f8 commit f02bcd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ feature - Enhanced performance of `$bindTo()` (thanks @jamesstalmage).
66
removed - `$firebase` has been removed; see the migration guide for alternatives.
77
removed - `$inst()` was removed; use `$ref()` to get to the underlying Firebase reference.
88
removed - The previously deprecated ability to pass in credentials to the user management methods of `$firebaseAuth` as individual arguments has been removed in favor of a single credentials argument.
9+
removed - The previously deprecated `$sendPasswordResetEmail()` method has been removed; use the equivalent `$resetPassword()` method instead.
910
changed - `$asArray()` has been replaced by calling the `$firebaseArray` service directly.
1011
changed - `$asObject()` has been replaced by calling the `$firebaseObject` service directly.
1112
changed - `$FirebaseArray` renamed to $firebaseArray`.

0 commit comments

Comments
 (0)