Skip to content

Commit 3a8381e

Browse files
authored
docs: update README
1 parent fcc75b7 commit 3a8381e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -790,22 +790,11 @@ the `.runtimeconfig.json` above
790790

791791
##### Android
792792

793-
To generate Android push credentials, get the Cloud Messaging server key from Firebase FCM, and add
794-
it to the following:
793+
Please see this short guide for FCM's HTTP v1 migration. It is well documented and simple to follow.
795794

796-
```
797-
twilio api:chat:v2:credentials:create \
798-
--type=fcm \
799-
--friendly-name="voice-push-credential-fcm" \
800-
--secret=SERVER_KEY_VALUE
801-
```
802-
and then place into the field: `android_push_credential` above
795+
https://help.twilio.com/articles/20768292997147-Updating-Twilio-Push-for-FCM-HTTP-v1-API
803796

804-
This generated a push credential SID in the format `CRxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx` which must
805-
be used to generate access tokens for android devices.
806-
807-
see for more
808-
info: https://github.com/twilio/voice-quickstart-android#7-create-a-push-credential-using-your-fcm-server-key
797+
You'll end up with a string `CRxxxxxxxxxxxxxxxxx` code which you'll use with the iOS credentials code in the next step.
809798

810799
##### iOS
811800

0 commit comments

Comments
 (0)