Hello,
Everything seemed to work properly on my push notification on my iPad. Firebase works great and all.
However when i send the push via the B4J program provided, there are some inconsistancies.
For a while it missfires and then all of a sudden it starts working.
Same with a homemade php i made sending the exact same things as the B4J program provided.
Now, i wonder if its because i subscribe the same topic over and over again everytime a "user" logs in.
Example: username bob, userid = 123 => topic = ios_bob123
So my question is, is it good practice to subscribe over and over the same topic without unsubscribing it? is it why there are some messages that are never received by the app? Does it change anything at all?
Thanks.
Y.
Everything seemed to work properly on my push notification on my iPad. Firebase works great and all.
However when i send the push via the B4J program provided, there are some inconsistancies.
For a while it missfires and then all of a sudden it starts working.
Same with a homemade php i made sending the exact same things as the B4J program provided.
Now, i wonder if its because i subscribe the same topic over and over again everytime a "user" logs in.
Example: username bob, userid = 123 => topic = ios_bob123
So my question is, is it good practice to subscribe over and over the same topic without unsubscribing it? is it why there are some messages that are never received by the app? Does it change anything at all?
Thanks.
Y.