https://github.com/didinj/ionic3-angular5-firebase-simple-chat
Ionic 3, Angular 5 and Firebase Simple Chat App
https://github.com/didinj/ionic3-angular5-firebase-simple-chat
angular angular5 angularjs app chat example firebase ionic ionic3 simple tutorial
Last synced: 8 days ago
JSON representation
Ionic 3, Angular 5 and Firebase Simple Chat App
- Host: GitHub
- URL: https://github.com/didinj/ionic3-angular5-firebase-simple-chat
- Owner: didinj
- License: mit
- Created: 2018-01-20T01:03:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T21:11:27.000Z (over 1 year ago)
- Last Synced: 2025-04-28T10:53:40.414Z (about 2 months ago)
- Topics: angular, angular5, angularjs, app, chat, example, firebase, ionic, ionic3, simple, tutorial
- Language: TypeScript
- Homepage: https://www.djamware.com/post/5a629d9880aca7059c142976/build-ionic-3-angular-5-and-firebase-simple-chat-app
- Size: 3.1 MB
- Stars: 23
- Watchers: 5
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.djamware.com/post/5a629d9880aca7059c142976/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`