From 3213970c0a0a28af2f1fdecd162bdaa61d7f6f90 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 27 Dec 2017 15:30:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b53d36..c7c43e0 100644 --- a/README.md +++ b/README.md @@ -404,8 +404,8 @@ class App extends Component { FCM.cancelAllLocalNotifications() FCM.cancelLocalNotification("UNIQ_ID_STRING") - FCM.setBadgeNumber(1); // iOS only and there's no way to set it in Android, yet. - FCM.getBadgeNumber().then(number=>console.log(number)); // iOS only and there's no way to get it in Android, yet. + FCM.setBadgeNumber(1); // iOS and supporting android. + FCM.getBadgeNumber().then(number=>console.log(number)); // iOS and supporting android. FCM.send('984XXXXXXXXX', { my_custom_data_1: 'my_custom_field_value_1', my_custom_data_2: 'my_custom_field_value_2' -- 2.26.2