https://github.com/openforge/ionic-vue-capacitor-chat-app
A simple chat application built using Ionic/Vue using Firebase and Capacitor.
https://github.com/openforge/ionic-vue-capacitor-chat-app
Last synced: 9 months ago
JSON representation
A simple chat application built using Ionic/Vue using Firebase and Capacitor.
- Host: GitHub
- URL: https://github.com/openforge/ionic-vue-capacitor-chat-app
- Owner: openforge
- License: gpl-3.0
- Created: 2020-10-29T11:12:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T22:56:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T22:25:38.247Z (about 1 year ago)
- Language: Vue
- Size: 270 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Official Website |
Opportunities |
Facebook
Leading By Example.
Working with the latest technologies, designing the best products, and sharing our knowledge with the world wide community.
# vue-chat
A simple chat application built using Ionic/Vue using Firebase and Capacitor.
## Run locally
0. Make sure you have the latest version of Ionic by running ```npm install -g @ionic/cli@latest```
1. Clone the repository and ```cd``` into the project.
2. Create a new project the [firebase console](https://console.firebase.google.com/) and replace firebaseConfig in src/firebase.ts
3. Run ```npm i && ionic serve```