Skip to content
Prev Previous commit
Next Next commit
Add App Check to Firebase.h
  • Loading branch information
maksymmalyhin committed Apr 22, 2021
commit 737b95ed27730ca47774265857faeb0922020004
4 changes: 4 additions & 0 deletions CoreOnly/Sources/Firebase.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#import <FirebaseAnalytics/FirebaseAnalytics.h>
#endif

#if __has_include(<FirebaseAppCheck/FirebaseAppCheck.h>)
#import <FirebaseAppCheck/FirebaseAppCheck.h>
#endif

#if __has_include(<FirebaseAppDistribution/FirebaseAppDistribution.h>)
#import <FirebaseAppDistribution/FirebaseAppDistribution.h>
#endif
Expand Down