Skip to content

mhmtkarakas/CHAT-APP--with-FIREBASE-and-REACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Chat App with React

This is a simple chat application built with Firebase and React.

Setup

  1. Clone the repository to your local machine.
  2. Run npm install to install the dependencies.
  3. Go to the Firebase console and create a new project.
  4. Go to the Authentication section and enable Google sign-in.
  5. Go to the Database section and create a new Cloud Firestore database.
  6. Set the rules for the database to allow read and write access.
  7. Add your Firebase project configuration to the src/firebase.js file.
  8. Run npm start to start the development server.

Features

  • Google sign-in for authentication.
  • Real-time chat using Firebase Cloud Firestore.
  • User presence status using Firebase Realtime Database.
  • Responsive design using Bootstrap.

How to Use

  1. Sign in using your Google account.
  2. Start chatting with other users who are online.
  3. Send and receive messages in real-time.
  4. Logout when you're done.

ScreenGif

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published