android - Firebase / FCM notifications / TOPICS : How to copy all users on a certain TOPIC directly on FCM DB? -


we published android app firebase fcm notifications , had 100k+ registrations on fcm database. when tested notification on users takes hours process , it's hanging while (due 1000 limitations)

we noticed topics features on fcm more appropriate broadcasting notifications.

question : there way copy users newly created/implemented topic directly on fcm db without updating , waiting users download new app ?

thanks willy.

you don't copy tokens topic, subscribe them (i'm assuming wording wrong, figure might confuse others).

with said, use instance id api. subscribe token 1 one or using batchadd (see answer here).


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -