When an update is happening on the server side for a specific user then the server will notify to that user by pushing a notification.
Let two client A and B are friend. Both have registered to the server. Both have a message field in the database for storing message receiving from others.
B has sent a message to A's message field. Now server's task is to check A's message field. If there is a recent message for A, then the server will notify A by sending this message. How can i solve this. Any suggestion will appreciate..