Setting up EmberFire
Learn to install EmberFire and configure our application.
We'll cover the following...
Installing EmberFire
First, we need to install EmberFire in our application. We can install EmberFire as an Ember addon by running the following Ember CLI command:
ember install emberfire@next
The command above generates an application adapter in the app/adapters/application.js
directory. If we already have ...