Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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