Discord like chatrooms with firebase, nextJS, chakra-UI
The F.R.I.E.N.D.S chatroom is a web application created using Next.js and Firebase. It allows users to chat with other users, either through a guest account or by logging in with their Google credentials or email and password. The application provides features such as authentication, individual and group chatrooms, and a responsive user interface for both desktop and mobile devices.
To install and run the F.R.I.E.N.D.S chatroom application:
// ./firebase.js
const firebaseConfig = {
// Add your Firebase config details here
};
export default firebaseConfig;
npm install
npm run dev
The F.R.I.E.N.D.S chatroom application is a Next.js and Firebase-based web application that allows users to chat with each other. It provides features such as authentication, individual and group chatrooms, responsive user interface, and loading spinners. By following the installation guide, users can easily set up and run the application on their local machine.