Update notify.html5.markdown (#9080)

Added a note on having to delete `html5_push_registrations.conf` when switching from GCM.
This commit is contained in:
Chris Helming 2019-03-31 03:26:05 -04:00 committed by Fabian Affolter
parent 1a0f35f1bc
commit bde67b6cc3

View File

@ -19,7 +19,7 @@ HTML5 push notifications **do not** work on iOS.
</p>
<p class='note warning'>
The GCM configuration option is deprecated and will stop working in April 2019, see [https://developers.google.com/cloud-messaging/faq](https://developers.google.com/cloud-messaging/faq). If you are installing this platform for the first time, follow the VAPID configuration steps. To migrate your current installation from GCM to VAPID configuration, follow the instructions below. You can skip the first 3 steps and continue in step 4 with your existing project. You will also need to [re-enable the notifications in your browser](#setting-up-your-browser).
The GCM configuration option is deprecated and will stop working in April 2019, see [https://developers.google.com/cloud-messaging/faq](https://developers.google.com/cloud-messaging/faq). If you are installing this platform for the first time, follow the VAPID configuration steps. To migrate your current installation from GCM to VAPID configuration, follow the instructions below. You can skip the first 3 steps and continue in step 4 with your existing project. You will also need to delete `html5_push_registrations.conf` and [re-enable the notifications in your browser](#setting-up-your-browser).
</p>
## {% linkable_title Configuration %}