I have read multiple answers over the internet but they use Topic as the ID or filtering Id on incoming message.
If an app has thousands or even more users I don't think Google Firebase will be happy with so many subscriptions and will see this as mis-use.
Sending to a single topic and then filtering ID in the MessageArrived event seems also not an option because the message will be sent to all so many users first.
So how can i send one single notification?
Lots of games can do that, so we should be able to do so as well.
If an app has thousands or even more users I don't think Google Firebase will be happy with so many subscriptions and will see this as mis-use.
Sending to a single topic and then filtering ID in the MessageArrived event seems also not an option because the message will be sent to all so many users first.
So how can i send one single notification?
Lots of games can do that, so we should be able to do so as well.