I'm currently working on publishing my PWA to Play Store; and stuck with Notifications. My TWA makes use of Firebase Push Notifications for Web - and they work fine. The only issue is that user must opt-in to the notifications when using PWA.
However, I'd like to enable notifications automatically whenever user downloads my TWA app from Play Store; and I couldn't find any relevant section in Google's TWA tutorials.
I have zero knowledge of Android development but I'm following tutorials by Google and got the TWA working on my mobile, minus the push notifications.
Can someone point me in the right direction?