Skip to content

Real-time chat app using VueJS Vuex and Firebase.

Notifications You must be signed in to change notification settings

giddyeffects/rtchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireChat

Real-time chat app using VueJS Vuex and Firebase. This's a simple implementation with more modifications coming soon :)

Installation

  1. Clone the repository to <yourdocumentroot>
git clone https://github.com/giddyeffects/rtchat.git <yourdocumentroot>`
  1. Change directory to <yourdirectoryroot> and create a config.js file in the src folder with the contents
  // Firebase config
  const config = {
    apiKey: "<Your API KEY>",
    authDomain: "<your-project-id>.firebaseapp.com",
    databaseURL: "https://<your-project-id>.firebaseio.com",
    projectId: "<your-project-id>",
    storageBucket: "",
    messagingSenderId: "<Your Messaging Sender ID>"
  };

  export default config
  1. Install dependencies and serve/build project
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

About

Real-time chat app using VueJS Vuex and Firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published