https://github.com/nilusche/firebasechatroom
Basic chatroom with realtime messages using Firebase
https://github.com/nilusche/firebasechatroom
chatroom firebase firebase-auth firebase-realtime-database
Last synced: 2 months ago
JSON representation
Basic chatroom with realtime messages using Firebase
- Host: GitHub
- URL: https://github.com/nilusche/firebasechatroom
- Owner: Nilusche
- Created: 2022-07-09T20:31:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:59:16.000Z (over 3 years ago)
- Last Synced: 2025-06-06T12:48:42.101Z (about 1 year ago)
- Topics: chatroom, firebase, firebase-auth, firebase-realtime-database
- Language: CSS
- Homepage: https://vuechatroom-d0b7b.web.app
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Chatroom using Firebase and Vue
## 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](https://cli.vuejs.org/config/).