Skip to content

Commit ccd0763

Browse files
authored
Merge pull request #21 from segmentio/repo-sync
repo sync
2 parents bbc9c44 + 5fc4913 commit ccd0763

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

src/_data/catalog/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18917,7 +18917,7 @@ items:
1891718917
- name: repeatKeys
1891818918
type: array
1891918919
defaultValue: []
18920-
description: This is the array of source write keys you want to repeat data into.
18920+
description: This is the array of source write keys you want to repeat data into. You can have up to 20 write keys.
1892118921
required: true
1892218922
label: Write Keys
1892318923
- name: writeKeyAllowed

src/_data/catalog/destinations_capi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19672,7 +19672,7 @@ items:
1967219672
type: LIST
1967319673
deprecated: false
1967419674
required: false
19675-
description: This is the array of source write keys you want to repeat data into.
19675+
description: This is the array of source write keys you want to repeat data into. You can have up to 20 write keys.
1967619676
settings: []
1967719677
- display_name: Responsys
1967819678
slug: responsys

src/connections/destinations/catalog/firebase/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ If you use Segment's React Native source library, you must explicitly bundle the
110110
2. Add `import` statements to your code so you can access the SDKs.
111111
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.
112112
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](/docs/connections/destinations/catalog/firebase/#getting-started-on-android))
114114

115-
<!-- LR Mar 2021: We didn't use the react-dest include here because Firebase needs the extra build.gradle step.-->
116115

117116
## Setting up Firebase with Analytics-Kotlin
118117
If you're using the [Analytics-Kotlin library](/docs/connections/sources/catalog/libraries/mobile/kotlin-android), follow these steps to set up Firebase with Analytics-Kotlin:

src/connections/destinations/catalog/repeater/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Repeater Destination
33
---
44

5-
This destination is maintained by Segment.
5+
This destination is maintained by Segment and is not available to customers on the free plan.
66

77
## Getting Started
88

templates/destinations.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12932,7 +12932,7 @@ destinations:
1293212932
type: LIST
1293312933
deprecated: false
1293412934
required: false
12935-
description: This is the array of source write keys you want to repeat data into.
12935+
description: This is the array of source write keys you want to repeat data into. You can have up to 20 write keys.
1293612936
settings: []
1293712937
- name: catalog/destinations/responsys
1293812938
display_name: Responsys

0 commit comments

Comments
 (0)