5
I have the following problem:
I have a system where it is possible to register a series of tasks to be accomplished by a team or person. What I need is that whenever an order is finalized by a user, all others receive a notification (Push) saying it has been completed.
My doubts are:
a) Assuming that users can enter or leave the solver groups, this would be more recommended. Push to: Topics, Groups or single?
b) How to prevent Push from being generated after the user logs off into the app?
The solver groups would have a model similar to What’s app groups. If the user leaves the group, he is no longer notified.