Duplicate Push Notifications

Actions & Logic

I had push notifications working fine for a while, but recently when I've been pushing a notification to iOS devices, they've been recieving two at the same time: one with data (photo) and one without. They come at the same time.

What have you tried so far?

I made sure my Flutter version is 3.19.1, and all my packages were downgraded to the lowest level that comes out of the GitHub push. I've redeployed the push notifications. I checked my Firestore database, only one notification is being posted there with the correct parameters and everything.

This stack overflow page describes my issue exactly and it's solution, but what should I do in the context of FlutterFlow?

https://stackoverflow.com/questions/67820474/double-notifications-in-flutter-firebase-messaging

Did you check FlutterFlow's Documentation for this topic?
Yes
3 replies