Skip to content

Commit

Permalink
fix(ios, crashlytics): allow Crashlytics inclusion w/o Analytics (#4134)
Browse files Browse the repository at this point in the history
There is no hard requirement for Crashlytics to bring in Firebase/Core,
and if you do so it also brings in Firebase/Analytics which disqualifies
iOS apps from being in the kids category.
  • Loading branch information
mikehardy committed Aug 25, 2020
1 parent c03b063 commit e023b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/crashlytics/RNFBCrashlytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Pod::Spec.new do |s|
end

# Firebase dependencies
s.dependency 'Firebase/Core', firebase_sdk_version
s.dependency 'Firebase/Crashlytics', firebase_sdk_version

if defined?($RNFirebaseAsStaticFramework)
Expand Down

1 comment on commit e023b71

@vercel
Copy link

@vercel vercel bot commented on e023b71 Aug 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.