I have a purchase sale app with a rest server. I want to add a chat between the buyer and seller, I saw that it can be done with Firebase or XMPP, I would prefer the first one since I will use it to send the push notification. What I did not find in the tutorials is how to create the chat from the server and not from the clients in android, could you help me with this?