Removed mandatory loading of firebase messaging as it does not support Safari.
This commit is contained in:
@@ -57,7 +57,6 @@ export function register(config) {
|
||||
navigator.serviceWorker
|
||||
.register("./firebase-messaging-sw.js")
|
||||
.then(function (registration) {
|
||||
console.log("FCM Registration :", registration);
|
||||
console.log(
|
||||
"FCM Registration successful, scope is:",
|
||||
registration.scope
|
||||
|
||||
Reference in New Issue
Block a user