Skip to content

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 welc…

Notifications You must be signed in to change notification settings

SmithBWare89/chatroom-app

Repository files navigation

Description

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.

Table of Contents

Installation

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.

Usage

To chat with your friends and family!

License

License: MIT

Languages

HTML-5 Badge CSS Badge Javascript Badge Node Badge Vue Badge Firebase Badge

Contributing

Contact me!

Collaborators

There were no other contributors to this project.

Test

N/A

Questions

All questions can be directed to my email or github.

About

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 welc…

Topics

Resources

Stars

Watchers

Forks