Sunday, November 20, 2016

to install angularfire

to install angular fire

$ npm install angularfire --save

after installation, node_modules directory created in your project folder.

AngularFire is the officially supported AngularJS binding for Firebase. This binding lets you associate Firebase references with Angular models so that they will be transparently and immediately kept in sync with the database and with all other clients currently using your application.
The focus of this library is to abstract much of the boilerplate involved in creating Angular bindings from Firebase to Angular, and to make it easy to create services that sync to your database. However, this library does not attempt to replace the capabilities of the entire Firebase client library’s API and that may still be suitable for some advanced usages. Feel free to use the methods provided by the core Firebase client library alongside the AngularFire binding.

No comments:

Post a Comment