simplified instructions (#1393)

This commit is contained in:
amahlaka 2016-11-03 11:42:58 +02:00 committed by Fabian Affolter
parent ef88d64c68
commit bf8893e0b6

View File

@ -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 %}