It's a simple chat application based on Firebase Auth and Firebase DB components and wrapped with Ionic 2
- Clone:
git@github.com:PlusOneGeneration/ionic2-firebase-chat-app.gitorhttps://github.com/PlusOneGeneration/ionic2-firebase-chat-app.git - Inside project you just need to run
npm ito install all packages - To use your Firebase just put credentials to
src/environments/environment.ts - Last step run:
ionic serveorionic serve -lit will open default browser with application or go tohttp://localhost:8100/in your browser
- Go to firebase console
https://console.firebase.google.com/(login or signup) - Create project
- In Overview ->
Add Firebase to your Web-app-> Copy credentials - Put credentials of your Firebase to
src/environments/environment.ts



