Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennyalmendral/ionic3-simple-chat
https://github.com/kennyalmendral/ionic3-simple-chat
angular ionic ionic-framework ionic3 javascript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennyalmendral/ionic3-simple-chat
- Owner: kennyalmendral
- Created: 2019-03-18T16:39:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:15:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T18:26:27.779Z (over 1 year ago)
- Topics: angular, ionic, ionic-framework, ionic3, javascript
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic 3 Simple Chat
## Requirements
```
npm install angularfire2 firebase promise-polyfill --save
npm i rxjs@6 rxjs-compat@6 promise-polyfill --save
npm install -g typescript@latest
```## Troubleshooting
- **TypeError: Object(…) is not a function:**
https://stackoverflow.com/questions/50348643/typeerror-object-is-not-a-function#answer-51068637
- **Cannot set property 'bindCallback' of undefined:**
https://stackoverflow.com/questions/53903220/how-to-fix-cannot-set-property-bindcallback-of-undefined-in-ionic#answer-53946990