Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.42 KB

Ember firebase auth starter

A basic implementation of ember-simple-auth with firebase that includes user validation based on the firebase authentication protocol.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-firebase-auth-starter
  • yarn
  • configure your firebase setting in config/environment.js
  • Ensure you have a user setup in firebase

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links