Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roy7077/chat-application-firebase-react


https://github.com/roy7077/chat-application-firebase-react

Last synced: about 9 hours ago
JSON representation

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