angularjs-chat icon indicating copy to clipboard operation
angularjs-chat copied to clipboard

Use firebase realtime database instead of PubbNub.

Open Steco17 opened this issue 5 years ago • 1 comments

Hello. this chat is amazing and i was thinking if there are means to connect this chat app to Firebase realtime database or Firestore? if so how can i do that? Thanks

Steco17 avatar Nov 13 '19 11:11 Steco17

Hi @Steco17 yes indeed! There are many ways to go about this. I think the best way would be to replace the publish and subscribe functions found in this file here: https://github.com/stephenlb/angularjs-chat/blob/master/angular-chat.js and replace them with Firebase read/write methods.

stephenlb avatar Nov 13 '19 21:11 stephenlb