Skip to content

Commit 35a3299

Browse files
doc: firebase-messaging instructions
1 parent eec7da7 commit 35a3299

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ To allow the library to show heads up notifications you must add the following l
8787
</application>
8888
```
8989

90+
Firebase Messaging 19.0.+ is imported by this module, so there is no need to import it in your app.
91+
9092
Previously, in order to launch the app when receiving a call, the flow was:
9193

9294
1. the module would launch the app

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation 'com.twilio:voice-android:5.0.2'
5959
implementation "com.android.support:appcompat-v7:$supportLibVersion"
6060
implementation 'com.facebook.react:react-native:+'
61-
implementation 'com.google.firebase:firebase-messaging:17.6.+'
61+
implementation 'com.google.firebase:firebase-messaging:19.0.+'
6262
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
6363
testImplementation 'junit:junit:4.12'
6464
}

0 commit comments

Comments
 (0)