Skip to content

Commit b516f9a

Browse files
JoeRoddybrowniefed
authored andcommitted
readme: expand on fcm setup for android (#245)
1 parent 03d3d64 commit b516f9a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,17 @@ React Native wrapper for Intercom.io. Based off of [intercom-cordova](https://gi
166166
compile 'io.intercom.android:intercom-sdk:5.+'
167167
}
168168
```
169+
If "Firebase Cloud Messaging(FCM)", then:
170+
171+
```gradle
172+
dependencies {
173+
174+
//...other configuration here...
175+
176+
compile 'io.intercom.android:intercom-sdk-fcm:5.+'
177+
compile 'com.google.firebase:firebase-messaging:11.+'
178+
}
179+
```
169180
170181
1. Import Intercom and use methods
171182

0 commit comments

Comments
 (0)