This is an online web chat service working on top of Firebase Realtime Database and Firebase Authentication (GoogleAuthProvider)
- Node v12.16.1
- NPM v6.13.4
- Log on to Firebase Console and create yourself a Web project
- In the firebase console, navigate to authentication and add Google Authentication
- In the firebase console, navigate to project settings and find the relevant configurations and fill up the configs in
public/js/config.js
- Run the app using
npm install
followed bynode index.js