I have an app running a webview. It is a system on the web and the webview with the app.
In the system, there are certain actions that the system sends push notification to the user.
I did the integration with firebase cloud messaging Javascript. But it does not work in webview, only accessing directly through the browser.
From what I was researching, I would have to configure the javascript part, for web, and in webview to set up again to work in webview, but my knowledge of Java is very little, and I use the web database to send the push.
Does anyone know if I can do this integration via Javascript and work in both the browser and webview?