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

Commit f2fae45

Browse files
committed
Merge pull request #485 from firebase/jw-auth-updates
Updated API signatures of user management methods
2 parents e890359 + e3757a6 commit f2fae45

File tree

3 files changed

+218
-52
lines changed

3 files changed

+218
-52
lines changed

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"forin": true,
1010
"indent": 2,
1111
"latedef": true,
12+
"node": true,
1213
"noempty": true,
1314
"nonbsp": true,
1415
"strict": true,

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
deprecated - Passing in credentials to the user management methods of `$firebaseAuth` as individual arguments has been deprecated in favor of a single credentials argument.
2+
deprecated - Deprecated `$firebaseAuth.$sendPasswordResetEmail()` in favor of the functionally equivalent `$firebaseAuth.$resetPassword()`.

0 commit comments

Comments
 (0)