Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezy/ember-firebase-auth-starter

A simple starter app for Ember, ember-simple-auth and firebase with user authentication
https://github.com/ezy/ember-firebase-auth-starter

auth authentication ember ember-cli ember-firebase firebase

Last synced: 6 days ago
JSON representation

A simple starter app for Ember, ember-simple-auth and firebase with user authentication

Awesome Lists containing this project

README

        

# 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.

* [Git](https://git-scm.com/)
* [Ember CLI](https://ember-cli.com/)

## Installation

* `git clone ` 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

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
* Visit your login page at [http://localhost:4200/login](http://localhost:4200/login).

### 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

* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)