File tree Expand file tree Collapse file tree
samples/objc/FirebaseUI-demo-objc/Samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ - (IBAction)onAuthorization:(id)sender {
262262
263263 NSString *providerID = self.authUI .providers .firstObject .providerID ;
264264 BOOL isPhoneAuth = [providerID isEqualToString: FIRPhoneAuthProviderID];
265- BOOL isEmailAuth = [providerID isEqualToString: @
265+ BOOL isEmailAuth = [providerID isEqualToString:
266266@" password" ];
267267 BOOL shouldSkipAuthPicker = self.authUI .providers .count == 1 && (isPhoneAuth || isEmailAuth);
268268 if (shouldSkipAuthPicker) {
Original file line number Diff line number Diff line change 1919@import FirebaseStorageUI;
2020
2121#import " FUIStorageViewController.h"
22-
23- #import < FirebaseStorage/FirebaseStorage.h>
22+ #import < FirebaseStorage/FirebaseStorage-Swift.h>
2423
2524@interface FUIStorageViewController ()
2625@property (nonatomic , strong ) IBOutlet UIImageView *imageView;
You can’t perform that action at this time.
0 commit comments