I'm currently developing web apps using Angular with firebase and it's working fine when the apps is on foreground and I can see the message too when in background. But how can I trigger the background message on component or service in angular? because the onBackgroundMessage only can be triggered inside service worker.
Thank you.