wwWallet / wallet-frontend

BSD 2-Clause "Simplified" License
24 stars 7 forks source link

Fix FCM Initialization and First-Time Load Registration Failure #336

Closed gkatrakazas closed 1 month ago

gkatrakazas commented 1 month ago
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.