Skip to content

Developed a live chat app with VueJS, Firebase Firestore, and Firebase Auth. After registering your name, email, and password, you can chat live with other users. Your authentication is handled by Firebase Auth securely.

Notifications You must be signed in to change notification settings

yoko-vicky/Live-Chat-built-with-Vue

Repository files navigation

Live Chatroom Built With Vue

Developed a live chat app with VueJS, Firebase Firestore, and Firebase Auth. After registering your name, email, and password, you can chat live with other users. Your authentication is handled by Firebase Auth securely.

Top Page Screenshot

Table of Contents

Built With

  • Vue.js (Vue3)
  • Firebase Firestore
  • Firebase Authentication

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

  1. On the project GitHub page, navigate to the main page of the repository.
  2. Under the repository name, locate and click on a green button named Code.
  3. Copy the project URL as displayed.
  4. If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
  5. Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
  6. Type git clone, and then paste the URL you copied in Step 3.
    e.g. $ git clone https://github.com/yourUsername/yourProjectName
  7. Press Enter. Your local copy will be created.

How to run the app

  1. After cloning or downloading this repository, Run npm install or yarn install
  2. Create a new file with the name .env in the project root
  3. Add Firebase Authentiication Information to .env file like below:
VUE_APP_FIREBASE_API_KEY<-- Input Firebase API key here -->
VUE_APP_FIREBASE_AUTH_DOMAIN=<-- Input Firebase auth domain here -->
VUE_APP_FIREBASE_PROJECT_ID=<-- Input Firebase project ID here -->
VUE_APP_FIREBASE_STORAGE_BUCKET=<-- Input Firebase storage bucket here -->
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=<-- Input Firebase messaging sender ID here -->
VUE_APP_FIREBASE_APP_ID=<-- Input Firebase API ID here -->
VUE_APP_FIREBASE_MEASUREMENT_ID=<-- Input Firebase measurement ID here -->

  1. Run yarn serve, then the local server will be automatically opened
  2. Run yarn buildto generate the production file in dist folder

Author

👤 Yoko Saka

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed. The original design and architecture of the app are provided by Shaun Pelling.

About

Developed a live chat app with VueJS, Firebase Firestore, and Firebase Auth. After registering your name, email, and password, you can chat live with other users. Your authentication is handled by Firebase Auth securely.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published