We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 442d46f + a21ccc6 commit ddc12c0Copy full SHA for ddc12c0
Firebase/Auth/Source/Public/FIRUser.h
@@ -56,7 +56,11 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error)
56
NS_SWIFT_NAME(SendEmailVerificationCallback);
57
58
/** @class FIRUser
59
- @brief Represents a user.
+ @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.
64
@remarks This class is thread-safe.
65
*/
66
NS_SWIFT_NAME(User)
0 commit comments