Skip to content

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

License

Notifications You must be signed in to change notification settings

ezy/ember-firebase-auth-starter

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published