From e14c18eab023ba8e47187a8eb0f181b3a5f38943 Mon Sep 17 00:00:00 2001 From: "WINDOWS-JC\\John Castro" Date: Mon, 19 Jun 2017 14:13:02 -0600 Subject: [PATCH] README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98f77b4b9..0ed64699c 100644 --- a/README.md +++ b/README.md @@ -335,10 +335,10 @@ window.FirebasePlugin.setDefaults(defaults, "namespace"); IOS https://github.com/silverio/cordova-plugin- ANDROID https://github.com/apptum/cordova-plugin-firebase (iOS) - IMPORTANT: SETUP YOUR PUSH NOTIFICATIONS FIRST, AND VERIFY THAT THEY ARE ARRIVING TO YOUR PHYSICAL DEVICE BEFORE YOU TEST THIS METHOD. USE THE APNS AUTH KEY TO GENERATE THE .P8 FILE AND UPLOAD IT TO FIREBASE. - WHEN YOU CALL THIS METHOD, FCM SENDS A SILENT PUSH TO THE DEVICE TO VERIFY IT. +IMPORTANT: SETUP YOUR PUSH NOTIFICATIONS FIRST, AND VERIFY THAT THEY ARE ARRIVING TO YOUR PHYSICAL DEVICE BEFORE YOU TEST THIS METHOD. USE THE APNS AUTH KEY TO GENERATE THE .P8 FILE AND UPLOAD IT TO FIREBASE. +WHEN YOU CALL THIS METHOD, FCM SENDS A SILENT PUSH TO THE DEVICE TO VERIFY IT. - This method sends an SMS to the user with the SMS_code and gets the verification id you need to continue the sign in process, with the Firebase JS SDK. +This method sends an SMS to the user with the SMS_code and gets the verification id you need to continue the sign in process, with the Firebase JS SDK. ``` window.FirebasePlugin.getVerificationID("+573123456789",function(id) {