Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roy7077/chat-application-firebase-react
https://github.com/roy7077/chat-application-firebase-react
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/roy7077/chat-application-firebase-react
- Owner: roy7077
- Created: 2023-11-02T18:44:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T18:45:32.000Z (about 1 year ago)
- Last Synced: 2023-11-02T19:36:04.913Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase Chat App
## Overview:
The project is a simple application where users can send messages to each other in real time. Currently, it is possible to log in to the platform using one's Google account. The Firestore database was used to write the application.
I used the following technologies to write the application:
- React
- Firebase
- Universal Cookie## Live Demo:
The demo is available at: https://piotr-kuras97.github.io/firebase-chat-app/
## Instalation:
1. Clone Git repository https://github.com/Piotr-Kuras97/firebase-chat-app.git
2. `npm i` or `yarn`- to download all dependencies
3. `npm start` or `yarn start` - to start dev server# Chat-application-firebase-react