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
- Host: GitHub
- URL: https://github.com/tenosiswono/nextjs-firebase-chat
- Owner: tenosiswono
- Created: 2018-01-31T02:50:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T02:59:17.000Z (over 8 years ago)
- Last Synced: 2025-02-15T14:48:47.153Z (over 1 year ago)
- Topics: firebase, firebase-cloud-messaging, firebase-database, firebase-functions, nextjs, react, redux, redux-saga
- Language: JavaScript
- Homepage: https://nextjs-firebase-chat.now.sh/
- Size: 414 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)