File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ FOUNDATION_EXPORT double FirebaseAuthUIVersionNumber;
22
22
// ! Project version string for FirebaseAuthUI.
23
23
FOUNDATION_EXPORT const unsigned char FirebaseAuthUIVersionString[];
24
24
25
- #import < FirebaseAuthUI/ FIRAuthPickerViewController.h>
26
- #import < FirebaseAuthUI/ FIRAuthProviderUI.h>
27
- #import < FirebaseAuthUI/ FIRAuthUI.h>
28
- #import < FirebaseAuthUI/ FIRAuthUIBaseViewController.h>
29
- #import < FirebaseAuthUI/ FIRAuthUIErrorUtils.h>
25
+ #import < FIRAuthPickerViewController.h>
26
+ #import < FIRAuthProviderUI.h>
27
+ #import < FIRAuthUI.h>
28
+ #import < FIRAuthUIBaseViewController.h>
29
+ #import < FIRAuthUIErrorUtils.h>
30
30
Original file line number Diff line number Diff line change 14
14
// limitations under the License.
15
15
//
16
16
17
- @ import FirebaseAuthUI;
17
+ # import < FIRAuthUI.h >
18
18
19
19
NS_ASSUME_NONNULL_BEGIN
20
20
Original file line number Diff line number Diff line change 20
20
#import < FirebaseAuth/FIRUserInfo.h>
21
21
#import < FBSDKCoreKit/FBSDKCoreKit.h>
22
22
#import < FBSDKLoginKit/FBSDKLoginKit.h>
23
+ #import < FIRAuthUIErrorUtils.h>
23
24
24
25
/* * @var kBundleFileName
25
26
@brief The name of the bundle containing Facebook auth provider assets/resources.
Original file line number Diff line number Diff line change 14
14
// limitations under the License.
15
15
//
16
16
17
- @ import FirebaseAuthUI;
17
+ # import < FIRAuthUI.h >
18
18
19
19
NS_ASSUME_NONNULL_BEGIN
20
20
Original file line number Diff line number Diff line change 19
19
#import < GoogleSignIn/GoogleSignIn.h>
20
20
#import < FirebaseAuth/FIRGoogleAuthProvider.h>
21
21
#import < FirebaseAuth/FIRUserInfo.h>
22
+ #import < FIRAuthUIErrorUtils.h>
22
23
23
24
/* * @var kGoogleGamesScope
24
25
@brief The OAuth scope string for the "Games" scope.
You can’t perform that action at this time.
0 commit comments