/firebase-social-chat

Ionic app built on top of firebase sdk.

Primary LanguageTypeScript

Firebase Ionic Chat

This application was generated using Ionic 4 and Firebase sdk.

Setup

In order to run the app on your local computer be sure ionic has been installed.

npm install -g ionic

Clone the code from repository

git clone https://github.com/donateoa/firebase-social-chat.git

Install the dependencies

yarn install 
or
npm install

run the application

ionic serve

Browser window opened to http://localhost:8100.