Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 691 Bytes

File metadata and controls

24 lines (15 loc) · 691 Bytes

Ember-fire-login

This is an example of using Ember CLI with Firebase Simple Login Make sure to follow the instructions here At the minimum you need to setup an authenticator in Firebase and edit the adapters.js file with the correct Firebase URL.

This is a work in progress, please let me know if you have any issues.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Building

  • ember build

For more information on using ember-cli, visit http://iamstef.net/ember-cli/.