Skip to content

Commit 64ddd88

Browse files
author
Chuan Ren
authored
Update Auth public headers (#3139)
1 parent 4908f68 commit 64ddd88

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

Firebase/Auth/Source/Public/FIRActionCodeSettings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
- (void)setIOSBundleID:(NSString *)iOSBundleID;
7272

7373
/** @fn setAndroidPackageName:installIfNotAvailable:minimumVersion:
74-
@brief Sets the Android package name, the flag to indicate whether or not to install the app and
75-
the minimum Android version supported.
74+
@brief Sets the Android package name, the flag to indicate whether or not to install the app
75+
and the minimum Android version supported.
7676
@param androidPackageName The Android package name.
7777
@param installIfNotAvailable Indicates whether or not the app should be installed if not
7878
available.

Firebase/Auth/Source/Public/FIRAuth.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ DEPRECATED_MSG_ATTRIBUTE("Please use fetchSignInMethodsForEmail:completion: for
431431
<li>@c FIRAuthErrorCodeWebContextAlreadyPresented - Indicates that an attempt was made to
432432
present a new web context while one was already being presented.
433433
</li>
434-
<li>@c FIRAuthErrorCodeWebContextCancelled - Indicates that the URL presentation was cancelled prematurely
435-
by the user.
434+
<li>@c FIRAuthErrorCodeWebContextCancelled - Indicates that the URL presentation was
435+
cancelled prematurely by the user.
436436
</li>
437437
<li>@c FIRAuthErrorCodeAccountExistsWithDifferentCredential - Indicates the email asserted
438438
by the credential (e.g. the email in a Facebook access token) is already in use by an

Firebase/Auth/Source/Public/FIRAuthErrors.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ typedef NS_ENUM(NSInteger, FIRAuthErrorCode) {
311311
*/
312312
FIRAuthErrorCodeWebSignInUserInteractionFailure = 17063,
313313

314-
/** Indicates that the local player was not authenticated prior to attempting Game Center signin.
314+
/** Indicates that the local player was not authenticated prior to attempting Game Center
315+
signin.
315316
*/
316317
FIRAuthErrorCodeLocalPlayerNotAuthenticated = 17066,
317318

@@ -325,8 +326,8 @@ typedef NS_ENUM(NSInteger, FIRAuthErrorCode) {
325326
*/
326327
FIRAuthErrorCodeInvalidProviderID = 17071,
327328

328-
/** Indicates that the Firebase Dynamic Link domain used is either not configured or is unauthorized
329-
for the current project.
329+
/** Indicates that the Firebase Dynamic Link domain used is either not configured or is
330+
unauthorized for the current project.
330331
*/
331332
FIRAuthErrorCodeInvalidDynamicLinkDomain = 17074,
332333

Firebase/Auth/Source/Public/FIREmailAuthProvider.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ extern NSString *const FIREmailLinkAuthSignInMethod NS_SWIFT_NAME(EmailLinkAuthS
3333
/**
3434
@brief A string constant identifying the email & password sign-in method.
3535
*/
36-
extern NSString *const FIREmailPasswordAuthSignInMethod NS_SWIFT_NAME(EmailPasswordAuthSignInMethod);
36+
extern NSString *const FIREmailPasswordAuthSignInMethod
37+
NS_SWIFT_NAME(EmailPasswordAuthSignInMethod);
3738

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

0 commit comments

Comments
 (0)