aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source
diff options
context:
space:
mode:
authorGravatar Morgan Chen <morganchen12@gmail.com>2018-01-23 11:51:34 -0800
committerGravatar Morgan Chen <morganchen12@gmail.com>2018-01-23 11:51:34 -0800
commit66bf845b0c349c76436ef893fdb4d3636960e4f0 (patch)
tree2d207341e7f50072be40589d327791a7b3d4c1a6 /Firebase/Auth/Source
parentd764ad2c7d4218cf5c2ec1dd852d04dae4ffbb45 (diff)
add FIRUser behavior to documentation
Diffstat (limited to 'Firebase/Auth/Source')
-rw-r--r--Firebase/Auth/Source/Public/FIRUser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/Public/FIRUser.h b/Firebase/Auth/Source/Public/FIRUser.h
index 1bba710..c884b98 100644
--- a/Firebase/Auth/Source/Public/FIRUser.h
+++ b/Firebase/Auth/Source/Public/FIRUser.h
@@ -56,7 +56,10 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error)
NS_SWIFT_NAME(SendEmailVerificationCallback);
/** @class FIRUser
- @brief Represents a user.
+ @brief Represents a user. Firebase Auth does not attempt to validate users
+ when loading them from the keychain. Invalidated users (such as those
+ whose passwords have been changed on another client) are automatically
+ logged out when an auth-dependent operation is attempted.
@remarks This class is thread-safe.
*/
NS_SWIFT_NAME(User)