|
16 | 16 |
|
17 | 17 | #import <Foundation/Foundation.h>
|
18 | 18 |
|
19 |
| -#import "FIRAuth_Internal.h" |
| 19 | +#import "FirebaseAuth/Sources/Auth/FIRAuth_Internal.h" |
20 | 20 |
|
21 | 21 | #if __has_include(<UIKit/UIKit.h>)
|
22 | 22 | #import <UIKit/UIKit.h>
|
23 | 23 | #endif
|
24 | 24 |
|
| 25 | +#import <FirebaseAuth/FirebaseAuth.h> |
25 | 26 | #import <FirebaseCore/FIRAppInternal.h>
|
26 | 27 | #import <FirebaseCore/FIRComponent.h>
|
27 | 28 | #import <FirebaseCore/FIRComponentContainer.h>
|
|
32 | 33 | #import <GoogleUtilities/GULAppEnvironmentUtil.h>
|
33 | 34 | #import <GoogleUtilities/GULSceneDelegateSwizzler.h>
|
34 | 35 |
|
35 |
| -#import "FIRAdditionalUserInfo_Internal.h" |
36 |
| -#import "FIRAuthBackend.h" |
37 |
| -#import "FIRAuthCredential_Internal.h" |
38 |
| -#import "FIRAuthDataResult_Internal.h" |
39 |
| -#import "FIRAuthDispatcher.h" |
40 |
| -#import "FIRAuthErrorUtils.h" |
41 |
| -#import "FIRAuthExceptionUtils.h" |
42 |
| -#import "FIRAuthGlobalWorkQueue.h" |
43 |
| -#import "FIRAuthKeychainServices.h" |
44 |
| -#import "FIRAuthOperationType.h" |
45 |
| -#import "FIRAuthRequestConfiguration.h" |
46 |
| -#import "FIRAuthSettings.h" |
47 |
| -#import "FIRAuthStoredUserManager.h" |
48 |
| -#import "FIRAuthWebUtils.h" |
49 |
| -#import "FIRCreateAuthURIRequest.h" |
50 |
| -#import "FIRCreateAuthURIResponse.h" |
51 |
| -#import "FIREmailLinkSignInRequest.h" |
52 |
| -#import "FIREmailLinkSignInResponse.h" |
53 |
| -#import "FIREmailPasswordAuthCredential.h" |
54 |
| -#import "FIRGameCenterAuthCredential.h" |
55 |
| -#import "FIRGetOOBConfirmationCodeRequest.h" |
56 |
| -#import "FIRGetOOBConfirmationCodeResponse.h" |
57 |
| -#import "FIROAuthCredential_Internal.h" |
58 |
| -#import "FIRResetPasswordRequest.h" |
59 |
| -#import "FIRResetPasswordResponse.h" |
60 |
| -#import "FIRSendVerificationCodeRequest.h" |
61 |
| -#import "FIRSendVerificationCodeResponse.h" |
62 |
| -#import "FIRSetAccountInfoRequest.h" |
63 |
| -#import "FIRSetAccountInfoResponse.h" |
64 |
| -#import "FIRSignInWithGameCenterRequest.h" |
65 |
| -#import "FIRSignInWithGameCenterResponse.h" |
66 |
| -#import "FIRSignUpNewUserRequest.h" |
67 |
| -#import "FIRSignUpNewUserResponse.h" |
68 |
| -#import "FIRUser_Internal.h" |
69 |
| -#import "FIRVerifyAssertionRequest.h" |
70 |
| -#import "FIRVerifyAssertionResponse.h" |
71 |
| -#import "FIRVerifyCustomTokenRequest.h" |
72 |
| -#import "FIRVerifyCustomTokenResponse.h" |
73 |
| -#import "FIRVerifyPasswordRequest.h" |
74 |
| -#import "FIRVerifyPasswordResponse.h" |
75 |
| -#import "FIRVerifyPhoneNumberRequest.h" |
76 |
| -#import "FIRVerifyPhoneNumberResponse.h" |
77 |
| -#import "FirebaseAuth.h" |
| 36 | +#import "FirebaseAuth/Sources/Auth/FIRAuthDataResult_Internal.h" |
| 37 | +#import "FirebaseAuth/Sources/Auth/FIRAuthDispatcher.h" |
| 38 | +#import "FirebaseAuth/Sources/Auth/FIRAuthGlobalWorkQueue.h" |
| 39 | +#import "FirebaseAuth/Sources/Auth/FIRAuthOperationType.h" |
| 40 | +#import "FirebaseAuth/Sources/AuthProvider/Email/FIREmailPasswordAuthCredential.h" |
| 41 | +#import "FirebaseAuth/Sources/AuthProvider/FIRAuthCredential_Internal.h" |
| 42 | +#import "FirebaseAuth/Sources/AuthProvider/GameCenter/FIRGameCenterAuthCredential.h" |
| 43 | +#import "FirebaseAuth/Sources/AuthProvider/OAuth/FIROAuthCredential_Internal.h" |
| 44 | +#import "FirebaseAuth/Sources/Backend/FIRAuthBackend.h" |
| 45 | +#import "FirebaseAuth/Sources/Backend/FIRAuthRequestConfiguration.h" |
| 46 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRCreateAuthURIRequest.h" |
| 47 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRCreateAuthURIResponse.h" |
| 48 | +#import "FirebaseAuth/Sources/Backend/RPC/FIREmailLinkSignInRequest.h" |
| 49 | +#import "FirebaseAuth/Sources/Backend/RPC/FIREmailLinkSignInResponse.h" |
| 50 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRGetOOBConfirmationCodeRequest.h" |
| 51 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRGetOOBConfirmationCodeResponse.h" |
| 52 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRResetPasswordRequest.h" |
| 53 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRResetPasswordResponse.h" |
| 54 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSendVerificationCodeRequest.h" |
| 55 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSendVerificationCodeResponse.h" |
| 56 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSetAccountInfoRequest.h" |
| 57 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSetAccountInfoResponse.h" |
| 58 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSignInWithGameCenterRequest.h" |
| 59 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSignInWithGameCenterResponse.h" |
| 60 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSignUpNewUserRequest.h" |
| 61 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRSignUpNewUserResponse.h" |
| 62 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyAssertionRequest.h" |
| 63 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyAssertionResponse.h" |
| 64 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyCustomTokenRequest.h" |
| 65 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyCustomTokenResponse.h" |
| 66 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPasswordRequest.h" |
| 67 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPasswordResponse.h" |
| 68 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPhoneNumberRequest.h" |
| 69 | +#import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPhoneNumberResponse.h" |
| 70 | +#import "FirebaseAuth/Sources/Storage/FIRAuthKeychainServices.h" |
| 71 | +#import "FirebaseAuth/Sources/SystemService/FIRAuthStoredUserManager.h" |
| 72 | +#import "FirebaseAuth/Sources/User/FIRAdditionalUserInfo_Internal.h" |
| 73 | +#import "FirebaseAuth/Sources/User/FIRUser_Internal.h" |
| 74 | +#import "FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.h" |
| 75 | +#import "FirebaseAuth/Sources/Utilities/FIRAuthExceptionUtils.h" |
| 76 | +#import "FirebaseAuth/Sources/Utilities/FIRAuthWebUtils.h" |
78 | 77 |
|
79 | 78 | #if TARGET_OS_IOS
|
80 |
| -#import "FIRAuthAPNSToken.h" |
81 |
| -#import "FIRAuthAPNSTokenManager.h" |
82 |
| -#import "FIRAuthAppCredentialManager.h" |
83 |
| -#import "FIRAuthNotificationManager.h" |
84 |
| -#import "FIRAuthURLPresenter.h" |
85 |
| -#import "FIRPhoneAuthCredential_Internal.h" |
| 79 | +#import "FirebaseAuth/Sources/AuthProvider/Phone/FIRPhoneAuthCredential_Internal.h" |
| 80 | +#import "FirebaseAuth/Sources/SystemService/FIRAuthAPNSToken.h" |
| 81 | +#import "FirebaseAuth/Sources/SystemService/FIRAuthAPNSTokenManager.h" |
| 82 | +#import "FirebaseAuth/Sources/SystemService/FIRAuthAppCredentialManager.h" |
| 83 | +#import "FirebaseAuth/Sources/SystemService/FIRAuthNotificationManager.h" |
| 84 | +#import "FirebaseAuth/Sources/Utilities/FIRAuthURLPresenter.h" |
86 | 85 | #endif
|
87 | 86 |
|
88 | 87 | NS_ASSUME_NONNULL_BEGIN
|
@@ -481,10 +480,9 @@ - (nullable instancetype)initWithAPIKey:(NSString *)APIKey appName:(NSString *)a
|
481 | 480 | if (self) {
|
482 | 481 | _listenerHandles = [NSMutableArray array];
|
483 | 482 | _requestConfiguration = [[FIRAuthRequestConfiguration alloc] initWithAPIKey:APIKey];
|
484 |
| - _settings = [[FIRAuthSettings alloc] init]; |
485 | 483 | _firebaseAppName = [appName copy];
|
486 | 484 | #if TARGET_OS_IOS
|
487 |
| - |
| 485 | + _settings = [[FIRAuthSettings alloc] init]; |
488 | 486 | static Class applicationClass = nil;
|
489 | 487 | // iOS App extensions should not call [UIApplication sharedApplication], even if UIApplication
|
490 | 488 | // responds to it.
|
|
0 commit comments