What is RESTful API?

REST API? REST APIs handle the server side of the web application. That means that the backend is built once and can provide content or data for frontend, mobile, or other server-side apps. A great example is the google calendar API. REST stands for Representational State Transfer and is a way how a web server …

AngularFire2

Building Apps with AngularFire 2 and Firebase CLI

AngularFire 2’s API with your Angular and Firebase applications. Using observables with AngularFire 2’s real-time bindings and authentication. Firebase CLI and tools https://github.com/firebase/firebase-tools https://firebase.google.com/docs/web/setup?authuser=0 Package cmd: npm install firebase –save Install tools: cmd: npm install -g firebase-tools Login cmd: firebase login After running: cmd firebase init Few questions will be asked and Reply(In Bold) as …