Skip to content

add FIRUser behavior to documentation #694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Firebase/Auth/Source/Public/FIRUser.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ 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 or when the
ID token is automatically refreshed.
@remarks This class is thread-safe.
*/
NS_SWIFT_NAME(User)
Expand Down