Firebase offers a firsthand journey to a real time application that could be develop almost instantly. Firebase beautifully abstract away backend services. Thus, we now could create an application entirely with client side code, a venture that seemed impossible just a few years ago. For those who share AngularJS love and passion, they will find a real treat in a library created just to enjoy this feature. This library is AngularFire. A great journey start with picking the greatest path. All the developers that love Visual Studio as their main IDE have the opportunity to deep into the API of AngularFire by installing the angularfire strongly type library – angularfire.TypeScript.   Reference the API by adding the definition files 1 2 3 4 /// <reference path="../typings/angularjs/angular.d.ts" /> /// <reference path="../typings/angularfire/angularfire.d.ts" /> /// <reference path ...