Introduction to EmberFire
Learn about EmberFire and how we can use it with Ember applications.
We'll cover the following...
EmberFire is a Firebase adapter for Ember applications. It integrates and works directly with Ember Data, which persists our application data. EmberFire can be installed as an Ember CLI addon.
Installing EmberFire
To install EmberFire in our application, we can run the following Ember CLI command:
ember install emberfire@next
...