Skip to content

Commit f8bcdeb

Browse files
authored
docs(analytics): remove duplicate docs section
docs addition is excellent, but once is sufficient
1 parent 419bd46 commit f8bcdeb

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

docs/analytics/usage/index.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -169,21 +169,6 @@ During `pod install`, using that variable installs the `FirebaseAnalytics/Core`
169169
or Firebase Analytics without needing the App Tracking Transparency handling (assuming no other parts
170170
of your app handle data in a way that requires ATT)
171171

172-
If you use Expo, including EAS Build, add the Analytics config plugin to your `app.json` / `app.config.js` instead of editing the generated Podfile manually:
173-
174-
```json
175-
[
176-
"@react-native-firebase/analytics",
177-
{
178-
"ios": {
179-
"withoutAdIdSupport": true
180-
}
181-
}
182-
]
183-
```
184-
185-
This adds `$RNFirebaseAnalyticsWithoutAdIdSupport = true` to the generated iOS `Podfile` during prebuild.
186-
187172
Note that for obvious reasons, configuring Firebase Analytics for use without IDFA is incompatible with AdMob
188173

189174
# Google Analytics on-device conversion measurement

0 commit comments

Comments
 (0)