Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Firebase/Auth/Source/Public/FIRActionCodeSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
- (void)setIOSBundleID:(NSString *)iOSBundleID;

/** @fn setAndroidPackageName:installIfNotAvailable:minimumVersion:
@brief Sets the Android package name, the flag to indicate whether or not to install the app and
the minimum Android version supported.
@brief Sets the Android package name, the flag to indicate whether or not to install the app
and the minimum Android version supported.
@param androidPackageName The Android package name.
@param installIfNotAvailable Indicates whether or not the app should be installed if not
available.
Expand Down
4 changes: 2 additions & 2 deletions Firebase/Auth/Source/Public/FIRAuth.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ DEPRECATED_MSG_ATTRIBUTE("Please use fetchSignInMethodsForEmail:completion: for
<li>@c FIRAuthErrorCodeWebContextAlreadyPresented - Indicates that an attempt was made to
present a new web context while one was already being presented.
</li>
<li>@c FIRAuthErrorCodeWebContextCancelled - Indicates that the URL presentation was cancelled prematurely
by the user.
<li>@c FIRAuthErrorCodeWebContextCancelled - Indicates that the URL presentation was
cancelled prematurely by the user.
</li>
<li>@c FIRAuthErrorCodeAccountExistsWithDifferentCredential - Indicates the email asserted
by the credential (e.g. the email in a Facebook access token) is already in use by an
Expand Down
7 changes: 4 additions & 3 deletions Firebase/Auth/Source/Public/FIRAuthErrors.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ typedef NS_ENUM(NSInteger, FIRAuthErrorCode) {
*/
FIRAuthErrorCodeWebSignInUserInteractionFailure = 17063,

/** Indicates that the local player was not authenticated prior to attempting Game Center signin.
/** Indicates that the local player was not authenticated prior to attempting Game Center
signin.
*/
FIRAuthErrorCodeLocalPlayerNotAuthenticated = 17066,

Expand All @@ -325,8 +326,8 @@ typedef NS_ENUM(NSInteger, FIRAuthErrorCode) {
*/
FIRAuthErrorCodeInvalidProviderID = 17071,

/** Indicates that the Firebase Dynamic Link domain used is either not configured or is unauthorized
for the current project.
/** Indicates that the Firebase Dynamic Link domain used is either not configured or is
unauthorized for the current project.
*/
FIRAuthErrorCodeInvalidDynamicLinkDomain = 17074,

Expand Down
3 changes: 2 additions & 1 deletion Firebase/Auth/Source/Public/FIREmailAuthProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ extern NSString *const FIREmailLinkAuthSignInMethod NS_SWIFT_NAME(EmailLinkAuthS
/**
@brief A string constant identifying the email & password sign-in method.
*/
extern NSString *const FIREmailPasswordAuthSignInMethod NS_SWIFT_NAME(EmailPasswordAuthSignInMethod);
extern NSString *const FIREmailPasswordAuthSignInMethod
NS_SWIFT_NAME(EmailPasswordAuthSignInMethod);

/** @class FIREmailAuthProvider
@brief A concrete implementation of `FIRAuthProvider` for Email & Password Sign In.
Expand Down