This source code is part of Build Ionic 3, Angular 5 and Firebase Simple Chat App tutorial.
To run on the device:
- Clone this repo
- Run this command
npm install
- Modify
src/app/app.component.ts
then change Firebase parameters to meet your Firebase account - Run this command
ionic cordova platform rm android
,ionic cordova platform add android
,ionic cordova platform rm ios
,ionic cordova platform add ios
- Run this command
ionic cordova run android
orionic cordova run ios