You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after researching a bit it seems like the better practice is to do a pub/sub
where I need to make each device subscribe to a specific topic,
and then just broadcast a single message that will target those who are subscribe to the topic.
But I believe this will change our system a bit because we now want to be able to store the data of users which are currently
subscribed to a specific topic. ( We could maybe do a dirty implementation of temporarily subscribing tokens -> send message -> then unsubscribe all of them,,, but I believe this is not what firebase want us to do... or am I wrong)
The text was updated successfully, but these errors were encountered:
I am currently migrating from legacy http to v1 http, but I encounter this problem where v1 looks like it doesn't accept array of tokens to send to.
similar to this person
https://groups.google.com/g/firebase-talk/c/4GuTzvRT_10?pli=1
after researching a bit it seems like the better practice is to do a pub/sub
where I need to make each device subscribe to a specific topic,
and then just broadcast a single message that will target those who are subscribe to the topic.
But I believe this will change our system a bit because we now want to be able to store the data of users which are currently
subscribed to a specific topic. ( We could maybe do a dirty implementation of temporarily subscribing tokens -> send message -> then unsubscribe all of them,,, but I believe this is not what firebase want us to do... or am I wrong)
The text was updated successfully, but these errors were encountered: