Skip to content

Commit 9701cfd

Browse files
doc: firebase-messaging instructions
1 parent c24062e commit 9701cfd

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
@@ -86,6 +86,8 @@ To allow the library to show heads up notifications you must add the following l
8686
</application>
8787
```
8888

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

9193
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)