File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 17
17
#import < UIKit/UIKit.h>
18
18
19
19
#import " FIRAuthErrors.h"
20
- #import " FirebaseAuthInterop/FIRAuthInterop.h"
21
20
#import " FIROptions.h"
21
+ #import " FirebaseAuthInterop/FIRAuthInterop.h"
22
+ // This needs to be after the FIRAuthInterop import
22
23
#import " FirebaseAuth-Swift.h"
23
24
24
25
#include " app/src/app_ios.h"
Original file line number Diff line number Diff line change 21
21
#import < UIKit/UIKit.h>
22
22
23
23
#import " FIRAuth.h"
24
- #import " FirebaseAuthInterop/FIRAuthInterop.h"
25
24
#import " FIRUser.h"
25
+ #import " FirebaseAuthInterop/FIRAuthInterop.h"
26
+ // This needs to be after the FIRAuthInterop import
26
27
#import " FirebaseAuth-Swift.h"
27
28
28
29
#include " app/src/log.h"
Original file line number Diff line number Diff line change 21
21
#import < GameKit/GameKit.h>
22
22
#import < UIKit/UIKit.h>
23
23
24
- #import " FirebaseAuthInterop/FIRAuthInterop.h"
25
24
#import " FIREmailAuthProvider.h"
26
25
#import " FIRFacebookAuthProvider.h"
27
26
#import " FIRFederatedAuthProvider.h"
28
27
#import " FIRGameCenterAuthProvider.h"
29
28
#import " FIRGitHubAuthProvider.h"
30
29
#import " FIRGoogleAuthProvider.h"
30
+ #import " FirebaseAuthInterop/FIRAuthInterop.h"
31
+ // This needs to be after the FIRAuthInterop import
31
32
#import " FirebaseAuth-Swift.h"
32
33
33
34
#if FIREBASE_PLATFORM_IOS
Original file line number Diff line number Diff line change 17
17
#include " firestore/src/main/create_credentials_provider.h"
18
18
19
19
#import " FIRAppInternal.h"
20
- #import " FIRAuthInterop.h"
20
+ #import " FirebaseAuthInterop/ FIRAuthInterop.h"
21
21
#import " FIRComponent.h"
22
22
#import " FIRComponentContainer.h"
23
23
#import " FIRComponentType.h"
Original file line number Diff line number Diff line change 19
19
#include < memory>
20
20
21
21
#import " FIRAppInternal.h"
22
- #import " FIRAuthInterop.h"
22
+ #import " FirebaseAuthInterop/ FIRAuthInterop.h"
23
23
#import " FIRComponent.h"
24
24
#import " FIRComponentContainer.h"
25
25
#import " FIRComponentType.h"
You can’t perform that action at this time.
0 commit comments