aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2017-08-17 11:43:22 -0400
committerGravatar GitHub <noreply@github.com>2017-08-17 11:43:22 -0400
commit11eeaa7b6a5d1d34985ef48aa7b8c5b2130aa553 (patch)
tree9222b12cb71701d096c3b30cd272b22dd3fa0d67 /Firebase
parent566665e3bbb47ed7e77f35f29c62bbc5c737a769 (diff)
Add Crashlytics and Fabric to Firebase umbrella header. (#192)
This will prevent users from having to specifically import Fabric or Crashlytics into their projects when already importing Firebase.
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Firebase/FirebaseCommunity.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Firebase/Firebase/FirebaseCommunity.h b/Firebase/Firebase/FirebaseCommunity.h
index ee37a76..83e37cf 100644
--- a/Firebase/Firebase/FirebaseCommunity.h
+++ b/Firebase/Firebase/FirebaseCommunity.h
@@ -66,4 +66,12 @@
#import <GoogleMobileAds/GoogleMobileAds.h>
#endif
+ #if __has_include(<Fabric/Fabric.h>)
+ #import <Fabric/Fabric.h>
+ #endif
+
+ #if __has_include(<Crashlytics/Crashlytics.h>)
+ #import <Crashlytics/Crashlytics.h>
+ #endif
+
#endif // defined(__has_include)