Skip to content

humanfriend22/vue-firebase-chat

Repository files navigation

vue-firebase-chat

A simple chat app built with VueJS and Firebase inspired by Fireship's React Firebase Chat.

You can check out the application right here: Production Build

Usage

1. Setup Firebase

Follow this guide: Firebase Setup Guide

2. Build

This will build both Vue and Firebase Functions! You may want to use npm run build:web or yarn build:web to just build the Vue.

For npm:

npm run build

Or yarn:

yarn build

3. Deploy

This will deploy your Firestore rules, Firebase Functions and whatever is in the dist directory. Make sure to run the build script to not re-deploy outdated website files and Firebase Functions

For npm:

npm run deploy

Or yarn:

yarn deploy

About

A simple chat app build with VueJS and Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published