File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
samples/objc/FirebaseUI-demo-objc/Samples Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ - (IBAction)onAuthorization:(id)sender {
262
262
263
263
NSString *providerID = self.authUI .providers .firstObject .providerID ;
264
264
BOOL isPhoneAuth = [providerID isEqualToString: FIRPhoneAuthProviderID];
265
- BOOL isEmailAuth = [providerID isEqualToString: @
265
+ BOOL isEmailAuth = [providerID isEqualToString:
266
266
@" password" ];
267
267
BOOL shouldSkipAuthPicker = self.authUI .providers .count == 1 && (isPhoneAuth || isEmailAuth);
268
268
if (shouldSkipAuthPicker) {
Original file line number Diff line number Diff line change 19
19
@import FirebaseStorageUI;
20
20
21
21
#import " FUIStorageViewController.h"
22
-
23
- #import < FirebaseStorage/FirebaseStorage.h>
22
+ #import < FirebaseStorage/FirebaseStorage-Swift.h>
24
23
25
24
@interface FUIStorageViewController ()
26
25
@property (nonatomic , strong ) IBOutlet UIImageView *imageView;
You can’t perform that action at this time.
0 commit comments