From 08e1fc2abdfec567bff81124924eb19684549e3c Mon Sep 17 00:00:00 2001 From: Tommertom Date: Wed, 13 Jan 2021 12:41:48 +0100 Subject: [PATCH] Update messaging.md Small typos fixed --- docs/messaging/messaging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/messaging/messaging.md b/docs/messaging/messaging.md index 332cc2509..d13a4f1f8 100644 --- a/docs/messaging/messaging.md +++ b/docs/messaging/messaging.md @@ -4,12 +4,12 @@ ### AngularFireMessaging is not out-of-the-box compatible with the Angular Service Worker -If you are using the Angular Service Worker, you are not currently able to use AngularFireMessaging out-of-the-box +If you are using the Angular Service Worker, you are not currently able to use AngularFireMessaging out-of-the-box. If you'd like this feature please add your 👍 to [this issue](https://github.com/angular/angular/issues/34352). Your alternatives are to use - [WorkboxJS](https://developers.google.com/web/tools/workbox/) -- Follow the discussion in this [this issue](https://github.com/angular/angular/issues/34352) and [here](https://github.com/angular/angularfire/discussions/1923), manually registering the Angular Service Worker +- Follow the discussion in [this issue](https://github.com/angular/angular/issues/34352) and [here](https://github.com/angular/angularfire/discussions/1923), manually registering the Angular Service Worker - The Firebase Messaging Service Worker, which is detailed below ### Import the `NgModule`