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.git
orhttps://github.com/PlusOneGeneration/ionic2-firebase-chat-app.git
- Inside project you just need to run
npm i
to install all packages - To use your Firebase just put credentials to
src/environments/environment.ts
- Last step run:
ionic serve
orionic serve -l
it 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