Skip to content

Commit

Permalink
[auth-swift] Include Swift-generated ObjC Auth types via Firebase.h
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Feb 9, 2024
1 parent d049a9d commit e77cf7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CoreOnly/Sources/Firebase.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#if __has_include(<FirebaseAuth/FirebaseAuth.h>)
#import <FirebaseAuth/FirebaseAuth.h>
#import <FirebaseAuthInterop/FIRAuthInterop.h>
#import <FirebaseAuth/FirebaseAuth-Swift.h>
#endif
#if __has_include(<FirebaseCrashlytics/FirebaseCrashlytics.h>)
Expand Down

0 comments on commit e77cf7e

Please sign in to comment.