stephenlb / angularjs-chat

AngularJS Chat - Enable chat messaging experiences in your iOS, Android and Web apps.
https://stephenlb.github.io/angularjs-chat/
MIT License
73 stars 64 forks source link

Use firebase realtime database instead of PubbNub. #14

Open Steco17 opened 5 years ago

Steco17 commented 5 years ago

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

stephenlb commented 5 years ago

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.