What's the best way to implement web push notifications in FlutterFlow?

Custom Code

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.

What have you tried so far?

- Firebase Cloud Messaging (FCM)
- OneSignal
- Progressier
- Custom implementation attempts with service workers

Did you check FlutterFlow's Documentation for this topic?
Yes
5
1 reply