This is a simple chat applications built using Vue for the front end and Firebase for the hosting and back end. This was a part of an online course. Users are able to login
or signup
for the applications which will generate a token
that's monitored throughout their time on the application. The user token persists
even when navigating to the welcome page. The chatroom itself is blocked by requiring authorization from the user. Data entered into the comment area is automatically input into the chat window using the Firestore onSnapshot
method which allows Firebase to return snapshots of collection data whenever a user inputs something new.
For development purposes. Clone the application
to your local file path then install all node packages from your CLI
and run npm run serve
to create a development server that's still connected to the Firebase server.
To chat with your friends and family!
Contact me!
There were no other contributors to this project.
N/A