From a3a14ea90ee3972bac0eed7806dd83c24dba6892 Mon Sep 17 00:00:00 2001 From: ahmad Date: Thu, 1 Dec 2016 02:45:13 +0200 Subject: [PATCH] a note about the new fcm token --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8434ed2..b496ee4 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,19 @@ https://developers.google.com/instance-id/reference/server ``` ### Notes +###### + + +> firebase +``` +Firebase Cloud Messaging tokens have replaced server keys for +sending messages. While you may continue to use them, support +is being deprecated for server keys. +``` + +###### Firebase Cloud Messaging token ( new token ) + + ###### Server Key serverKey is the server key by Firebase Cloud Messaging @@ -59,6 +72,7 @@ Server Key can be found in: 2. Cloud Messaging 3. then copy the server key + ###### Retry mechanism Retry should be implemented based on the requirements.