An open API service indexing awesome lists of open source software.

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.

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```