Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arikxl/firechat
- Owner: arikxl
- Created: 2023-01-11T23:55:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T06:07:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T14:24:46.505Z (2 months ago)
- Topics: firebase, google-authentication, react, styled-components
- Language: JavaScript
- Homepage: https://arikxl.github.io/firechat/
- Size: 3.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.