We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cf9c3 commit ca82e54Copy full SHA for ca82e54
packages/analytics/RNFBAnalytics.podspec
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
34
end
35
36
# Firebase dependencies
37
- if defined?($RNFirebaseAnalyticsWithoutAdIdSupport)
+ if defined?($RNFirebaseAnalyticsWithoutAdIdSupport) && ($RNFirebaseAnalyticsWithoutAdIdSupport == true)
38
Pod::UI.puts "#{s.name}: Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/Analytics"
39
40
# Releasing as non-breaking change as it is optional but it raises minimum requirements, validate just in case
0 commit comments