Hello!
We're using FCM to send to batched groups of tokens, ranging from 20k to 600k tokens.
We've recently switched from using a third party source, Airship, to use our own solution when doing this.
While it may sound like a problem exists in our solution, we're using a set of tokens, so no duplicated ones, and we're checking so that no push notification is being sent twice from our backend.
Our problem is that sometimes we receive a duplicate notification in our tray, we have about 10 phones subscribed to our pushes, and they do not receive the same duplicate notifications.
We're sending about 30 notifications a day, and about once every other day someone receives a duplicated notification. This happens on both Android and iOS-devices
We've searched github for similar issues, but have not found an answer that could fix our problems.
We're at our wits end, and are reaching out to you to see if anyone has had a similar problem, or if there's a known problem in FCM that can cause this.
Best Regards,
Carl