Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 667 Bytes

File metadata and controls

11 lines (8 loc) · 667 Bytes

Build Ionic 3, Angular 5 and Firebase Simple Chat App

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 or ionic cordova run ios