Skip to content

Commit ddc12c0

Browse files
authored
Merge pull request firebase#694 from morganchen12/auth-docs
add FIRUser behavior to documentation
2 parents 442d46f + a21ccc6 commit ddc12c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Firebase/Auth/Source/Public/FIRUser.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error)
5656
NS_SWIFT_NAME(SendEmailVerificationCallback);
5757

5858
/** @class FIRUser
59-
@brief Represents a user.
59+
@brief Represents a user. Firebase Auth does not attempt to validate users
60+
when loading them from the keychain. Invalidated users (such as those
61+
whose passwords have been changed on another client) are automatically
62+
logged out when an auth-dependent operation is attempted or when the
63+
ID token is automatically refreshed.
6064
@remarks This class is thread-safe.
6165
*/
6266
NS_SWIFT_NAME(User)

0 commit comments

Comments
 (0)