A chat application developed for the web where users can exchange real-time messages, authenticated through Google Auth.
The development of this project involved the use of:
With this project, you can:
- Authenticate using Gmail through integration with Google Auth
- Navigate through chats previously registered in Firebase
- Send and receive messages from all users with an active chat (realtime database)
- Switch between light/dark themes
This project is available at: https://casotto-web-chat.firebaseapp.com/
To run the project locally:
$ npm install
$ npm run dev
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).