From bc74e93bea64a749f9208f8c4531eca2b4fdac1f Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Sun, 1 Oct 2017 09:30:26 -0400 Subject: [PATCH] Update FirebaseClient.js --- Examples/simple-fcm-client/app/FirebaseClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/simple-fcm-client/app/FirebaseClient.js b/Examples/simple-fcm-client/app/FirebaseClient.js index e0e01b8..8bc8be5 100644 --- a/Examples/simple-fcm-client/app/FirebaseClient.js +++ b/Examples/simple-fcm-client/app/FirebaseClient.js @@ -30,7 +30,7 @@ class FirebaseClient { "title": "Simple FCM Client", "body": "This is a notification with only NOTIFICATION.", "sound": "default", - "click_action": "fcm.ACTION.HELLO" + "priority": "hight" } }, "priority": 10 -- 2.26.2