Skip to content

Commit

Permalink
Fix build regression
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Aug 13, 2024
1 parent 97da8e6 commit 34ad739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FirebaseAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuthUI'
s.version = '14.2.0'
s.version = '14.2.1'
s.summary = 'A prebuilt authentication UI flow for Firebase Auth.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
Expand Down
1 change: 1 addition & 0 deletions FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuth.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#import "FUIAuthProvider.h"

@class FIRAuth;
@class FIRAuthDataResult;
@class FUIAuthPickerViewController;
@class FUIAuth;
@class FIRUser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
//

#import <UIKit/UIKit.h>
@import FirebaseAuth;

@class FIRAuth;
@class FIRAuthCredential;
@class FIRUser;
@class FIRUserInfo;

typedef void (^FIRAuthResultCallback)(FIRUser *_Nullable user, NSError *_Nullable error);
Expand Down

0 comments on commit 34ad739

Please sign in to comment.