A ionic and firebase chat application
ionic is a open source framework used for developing mobile apps.
firebase is a realtime database and back end as a service. when using firebase with ionic angularfire must be used. As ionic is built with angular.
ionic view allows you to quickly test ionic apps live on mobile devices.
Install ionic on your machine
In the command line run
npm install -g ionic cordova
Test your app in the browser
In the command line run
ionic serve