https://github.com/twistedstack/react-firebase-chat
Chat CRUD app built with ReactJS and Firebase
https://github.com/twistedstack/react-firebase-chat
chat-application firebase firebase-auth firestore react reactjs
Last synced: 3 months ago
JSON representation
Chat CRUD app built with ReactJS and Firebase
- Host: GitHub
- URL: https://github.com/twistedstack/react-firebase-chat
- Owner: twistedstack
- Created: 2023-03-21T12:33:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T00:55:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T20:26:25.738Z (about 1 year ago)
- Topics: chat-application, firebase, firebase-auth, firestore, react, reactjs
- Language: JavaScript
- Homepage: https://react-chap.web.app/
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Firebase Chat App
> Chat Application built with React and Firebase.
[DEMO](https://react-chap.web.app/)
### Tech Stack
- ReactJS Frontend
- Firebase Backend
### Firebase Services
- Firebase Authentication for users (Google)
- Cloud Firestore
## Setup Locally for Live Session Reference
This project should be setup locally as reference to follow along with as you build your version of the React Firebase Chat App in a separate project that is connected to your Github.