DEV Community

Cover image for Use FCM with NGSW
Nagarajan R
Nagarajan R

Posted on

Use FCM with NGSW

Problem:
AngularFireMessaging is not compatible with the Angular Service Worker
https://github.com/angular/angular/issues/34352

Solution:
combining both angularSW and firebaseSW in combinedSW
file

Follow up URL:
https://meumobi.github.io/ionic/firebase/2020/01/20/firebase-web-push-ionic.html

Top comments (0)