A simple web-based Chat App with Google Firebase, React, Redux, Saga, and Nextjs.
-
Clone this repository.
-
Add Server credential from firebase console into
./credentials/server.json
-
Add Client credential from frirebase console into
./components/firebaseCredentials.js
-
Simply use yarn to install depedencies and run the project:
yarn
yarn dev