Skip to content

amabelleS/Live-Chat

Repository files navigation

live-chat

Link

live-Chat room

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

this project is utilized with firebase authentication, a firebase project is needed in order for the code to function properly:getting started with firebase.

.env exmaple file: FIRESTORE_API_KEY= FIRESTORE_AUTH_DOMAIN= FIRESTORE_PROJECT_ID= FIRESTORE_STORAGE_BUCKET= FIRESTORE_MESSAGING_SENDER_ID= FIRESTORE_APP_ID=

Cloud Firestore for the server side:)

You can check Firestore docs for a quick set-up: Cloud Firestore Docs