I have 20k users in my app and that is needed to send messages to only 1k users
I don't have a token for each user and for each user, I subscribe to users with user-id
Now, I don't know how do I send messages for their
The suggested way is to use conditions for the topic
But the topic is limit and only 5 topic accpet
Also, I cannot use 1000 loop for each message
Please suggest way to me
I don't have a token for each user and for each user, I subscribe to users with user-id
Now, I don't know how do I send messages for their
The suggested way is to use conditions for the topic
But the topic is limit and only 5 topic accpet
Also, I cannot use 1000 loop for each message
Please suggest way to me