I have web application written in PHP, I want to build a Real-time chat module for my web app, I want to use firebase, but I am not able to figure out how to build a chat with fir-base and PHP so all my user can chat one to one, tough I have idea that I have to sync all my users to firebase database to enable chat between them, but how it will work with PHP. If someone has done this before, pleas help me out. Here's what I found on codelab, but it for node.js only can someone suggest me how to do it with php?
https://codelabs.developers.google.com/codelabs/firebase-web/#0