A chatting app made with Html, Css, Javascript and Firebase.
Uses Firebase version 9 and 8.
- Loging in / Creating an account
- Adding people to chat
- Closing Conversations
- Deleting messages
- Creating groups
- A global chat
- Editting you profile/group
- Adding people to your group
- Leaving Groups
- Create a Firebase account
- Put your Firebase Config (which you can get from your account settings) here.
const firebaseConfig = {
//put your firebase config here
};
You have to do the same thing for the following files: func.js, index.html, pb.html
MIT License