Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:59:16.000Z (about 2 years ago)
- Last Synced: 2024-11-11T12:43:50.218Z (2 months 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/).