Skip to content

Commit 0de31ac

Browse files
authored
Auth source file cleanup (#65)
* Cleans up Firebase Auth sources: - Updates umbrella header files to import all public header files. - Moves remaining private header files under root of source directory to the private subdirectory. - Makes the version header file non-executable. * Excludes phone number auth headers from the umbrella header for mac OS.
1 parent bf94775 commit 0de31ac

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

Firebase/Auth/Source/FirebaseAuth.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@
1818
#import "FIRFacebookAuthProvider.h"
1919
#import "FIRGitHubAuthProvider.h"
2020
#import "FIRGoogleAuthProvider.h"
21+
#import "FIROAuthProvider.h"
2122
#import "FIRTwitterAuthProvider.h"
23+
#import "FIRAdditionalUserInfo.h"
2224
#import "FIRAuth.h"
2325
#import "FIRAuthCredential.h"
26+
#import "FIRAuthDataResult.h"
2427
#import "FIRAuthErrors.h"
28+
#import "FIRAuthSwiftNameSupport.h"
2529
#import "FIRUser.h"
2630
#import "FIRUserInfo.h"
2731
#import "FirebaseAuthVersion.h"
32+
33+
#if TARGET_OS_IOS
34+
#import "FIRPhoneAuthCredential.h"
35+
#import "FIRPhoneAuthProvider.h"
36+
#import "FIRAuthAPNSTokenType.h"
37+
#endif

Firebase/Auth/Source/FirebaseAuthVersion.h

100755100644
File mode changed.

0 commit comments

Comments
 (0)