You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/firebase/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ If you use Segment's React Native source library, you must explicitly bundle the
110
110
2. Add `import` statements to your code so you can access the SDKs.
111
111
3. Go to the `await analytics.setup` configuration in your code, and find (or add) the `using:` item. Add "Firebase" to the list of device-mode destinations in the `using` item.
112
112
4. Change to your iOS directory and run `pod install`.
113
-
5. Add the `analytics-react-native-firebase` module to your `build.gradle` file.
113
+
5. Add the `analytics-react-native-firebase` module to your `build.gradle` file. (See Step.4 of [Getting Started on Android](https://segment.com/docs/connections/destinations/catalog/firebase/#getting-started-on-android))
114
114
115
115
<!-- LR Mar 2021: We didn't use the react-dest include here because Firebase needs the extra build.gradle step.-->
0 commit comments