As FlutterFlow supports PWA functionality (visible as a button on the Web Publishing Page), is it possible to use Push Notifications if I install the PWA on a mobile device?
Even though the documentation states:
'Enabling PWA: Enabling this can provide an app-like experience right in the browser. A PWA can be installed on the device, support offline functionality, send push notifications, and can be accessed without the need to go through an app store.'
It seems like these features aren't available right now. If they are indeed available, how can I implement them using FlutterFlow? And if not, is there any plan to implement this functionality inside FlutterFlow soon?
Best