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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,14 +108,15 @@ By default, Segment only bundles `Firebase/Core` which is [Firebase's Analytics
108
108
109
109
## Setting up Firebase with Analytics-React-Native
110
110
111
-
If you use Segment's React Native source library, you must explicitly bundle the mobile SDKs for both iOS and Android with your project.
111
+
If you use Segment's older React Native source library, you must explicitly bundle the mobile SDKs for both iOS and Android with your project.
112
112
113
113
1. Use yarn to add the `analytics-react-native-firebase` SDKs. (`@segment/analytics-react-native-firebase`)
114
114
2. Add `import` statements to your code so you can access the SDKs.
115
115
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.
116
116
4. Change to your iOS directory and run `pod install`.
117
117
5. Add the `analytics-react-native-firebase` module to your `build.gradle` file. (See Step.4 of [Getting Started on Android](/docs/connections/destinations/catalog/firebase/#getting-started-on-android))
118
118
119
+
For React Native 2.0 you can reference the install guide [here](https://github.com/segmentio/analytics-react-native/blob/master/packages/plugins/plugin-firebase/README.md).
119
120
## Identify
120
121
121
122
When you call `identify` Segment will map to the corresponding Firebase Analytics calls:
Segment supports these destinations for Analytics React Native 2.0 in device-mode, with more to follow. Cloud-mode destinations are also supported:
495
+
Segemnt supports a large number of [Cloud-mode](https://segment.com/docs/connections/destinations/#connection-modes) destinations. Segment also supports the below destinations for Analytics React Native 2.0 in device-mode, with more to follow:
0 commit comments