Skip to content

PlusOneGeneration/ionic2-firebase-chat-app

Repository files navigation

Ionic 2 Firebase-chat-app

It's a simple chat application based on Firebase Auth and Firebase DB components and wrapped with Ionic 2

Auth part

Auth

Main (chat) part

Chat

Online users in sidebar

Sidebar

Popover with logout functionality

Logout

Install

  • Clone: git@github.com:PlusOneGeneration/ionic2-firebase-chat-app.git or https://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 tosrc/environments/environment.ts
  • Last step run: ionic serve or ionic serve -l it will open default browser with application or go to http://localhost:8100/ in your browser

Your own Firebase Credentials

  • 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 tosrc/environments/environment.ts