From bf8893e0b624774dbbe9b2e733efd5cac1715a08 Mon Sep 17 00:00:00 2001 From: amahlaka Date: Thu, 3 Nov 2016 11:42:58 +0200 Subject: [PATCH] simplified instructions (#1393) --- source/_components/notify.html5.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_components/notify.html5.markdown b/source/_components/notify.html5.markdown index 6fa51e4417d..1688b580a08 100644 --- a/source/_components/notify.html5.markdown +++ b/source/_components/notify.html5.markdown @@ -33,8 +33,13 @@ Configuration variables: - **gcm_sender_id** (*Required if pushing to Chrome*): The sender ID provided to you by Google for Google Cloud Messaging (GCM). Required to push to Chrome. ### {% linkable_title Getting ready for Chrome %} +Create new project at https://console.cloud.google.com/home/dashboard +Go to https://console.cloud.google.com/apis/credentials/domainverification and verify your domain +After that, go to https://console.firebase.google.com and select import Google project, select the project you created +Then, click the clogwheel on top left and select Project settings +Select Cloud messaging tab +if under server key is button Regenerate key, click that -Google has [a handy guide](https://developers.google.com/web/fundamentals/getting-started/codelabs/push-notifications/#make_a_project_on_the_google_developer_console) that goes into great detail about how to set up for pushing to Chrome. Once you have your GCM API Key and Sender ID in hand, plug them into your configuration as described above. ### {% linkable_title Requirements %}