Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ezy/ember-firebase-auth-starter
- Owner: ezy
- License: mit
- Created: 2018-04-03T02:43:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T19:16:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-24T14:12:05.850Z (2 months ago)
- Topics: auth, authentication, ember, ember-cli, ember-firebase, firebase
- Language: CSS
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)