I'm building a social networking app in FlutterFlow and need to implement push notifications for the web version. Users should receive notifications about:
- New messages
- Social interactions (likes, comments)
- Other important updates
I'd like these notifications to work even when the browser is closed (PWA).
Has anyone successfully implemented web push notifications in their FlutterFlow project? What service/approach did you use?
I've looked into several options but would love to hear what's working well for others in production.