This is a simple chat application built with Firebase and React.
- Clone the repository to your local machine.
- Run npm install to install the dependencies.
- Go to the Firebase console and create a new project.
- Go to the Authentication section and enable Google sign-in.
- Go to the Database section and create a new Cloud Firestore database.
- Set the rules for the database to allow read and write access.
- Add your Firebase project configuration to the src/firebase.js file.
- Run npm start to start the development server.
- Google sign-in for authentication.
- Real-time chat using Firebase Cloud Firestore.
- User presence status using Firebase Realtime Database.
- Responsive design using Bootstrap.
- Sign in using your Google account.
- Start chatting with other users who are online.
- Send and receive messages in real-time.
- Logout when you're done.