An open API service indexing awesome lists of open source software.

https://github.com/tenosiswono/nextjs-firebase-chat

React Redux Saga Nextjs Firebase Chat
https://github.com/tenosiswono/nextjs-firebase-chat

firebase firebase-cloud-messaging firebase-database firebase-functions nextjs react redux redux-saga

Last synced: 2 months ago
JSON representation

React Redux Saga Nextjs Firebase Chat

Awesome Lists containing this project

README

          

# React Redux Saga Nextjs Firebase Chat
A simple web-based Chat App with Google Firebase, React, Redux, Saga, and Nextjs.

[DEMO](https://nextjs-firebase-chat.now.sh/)

## Instructions
* 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:

```bash
yarn
yarn dev
```

### License

[MIT License](https://oss.ninja/mit/developit) © [Teno Siswono](https://github.com/tenosiswono)