File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Before you start, I strongly suggest that you read the list of Twilio changes fr
24
24
These are all the changes required:
25
25
26
26
- remove all the GCM related code from your ` AndroidManifest.xml ` and add the following code to receive ` FCM ` notifications
27
- (I wasn't succesful in keeping react-native-fcm working at the same time. If you know how please open an issue to share).
27
+ (I wasn't successful in keeping react-native-fcm working at the same time. If you know how please open an issue to share).
28
28
29
29
``` xml
30
30
.....
@@ -50,7 +50,7 @@ These are all the changes required:
50
50
<!-- Twilio Voice -->
51
51
```
52
52
53
- - log into your Firebase console. Naviagete to: Project settings > CLOUD MESSANGING . Copy your ` Server key `
53
+ - log into your Firebase console. Navigate to: Project settings > CLOUD MESSAGING . Copy your ` Server key `
54
54
- in Twilio console add a new Push Credential, type ` FCM ` , fcm secret Firebase FCM ` Server key `
55
55
- include in your project ` google-services.json ` ; if you have not include it yet
56
56
- rename getIncomingCall() to getActiveCall()
You can’t perform that action at this time.
0 commit comments