Chat using Firebase and Socket.io

@anandraj1411 this is already easy to do with Firebase. The idea of using Firebase with AngularFire (you can use an alternate Firebase library too) - is to facilitate real time communication.

An easy way to do this, for example is to create a firebase object when your app loads, subscribe to it’s data and when firebase updates occur the object automatically updates including all references to it - this is very real time.