Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arikxl/firechat

a small chat app using Frebase with Google authentication
https://github.com/arikxl/firechat

firebase google-authentication react styled-components

Last synced: 6 days ago
JSON representation

a small chat app using Frebase with Google authentication

Awesome Lists containing this project

README

        

Project Title: Firechat.

Description: Firechat is a real-time chat application built using Firebase.

It allows users to create and join chat rooms and send and receive messages.

Installation:

Clone the repository: git clone https://github.com/arikxl/firechat.git

Install the dependencies: npm install

Start the development server: npm start

Usage:
Go to http://localhost:3000 to access the application.
Sign in using your Google account.
Create a new room or join an existing one.
Start chatting with other users in the room.

Contributing:

Pull requests are welcome.

Please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Acknowledgements:
Firebase for providing the real-time database and authentication services.