Service Workers are not supported in this browser. firebase.js:35
Supported true firebase.js:23
Service Worker registration failed firebase.js:142
Messaging is not initialized. firebase.js:159
Removed the supported variable to avoid first-time load registration failure, using isSupported() directly for better reliability.
Refactored Firebase initialization logic to ensure consistent and proper execution during the registration process.
Removed the
supported
variable to avoid first-time load registration failure, usingisSupported()
directly for better reliability. Refactored Firebase initialization logic to ensure consistent and proper execution during the registration process.