Skip to content

Commit 005e756

Browse files
improve method doc
1 parent c3be711 commit 005e756

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/auth/src/auth.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,8 +1597,9 @@ fireauth.Auth.prototype.onAuthStateChanged = function(
15971597
};
15981598

15991599
/**
1600-
* @return {Promise} The fireauth.AuthUser if a user successfully logged in.
1601-
* Null if no user is logged in.
1600+
* Returns the user if successfully logged in.s
1601+
* Returns null if the user is logged out.
1602+
* @return {Promise<fireauth.AuthUser>}
16021603
*/
16031604
fireauth.Auth.prototype.getSignedInUser = function() {
16041605
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)