Notification.requestPermission() on Angular 17 standalone + PWA + Firebase chrome/safari compatibility
I’m trying to set up Firebase Cloud Messaging but I’m having compatibility issues with Safari I don’t know if it’s due to the script or the test http-server I’m running it on.
Since @angular/fire is not yet standalone compatible I opted for direct interaction of Firebase interconnected with the pwa worker (@angular/pwa).