-
This Applications can be used as a base to user management on firebase. Due to security concerns, authenticated users are seperated from the database.
-
To set the app up with your own firebase, go to 'condig/environment.js' and paste your url her: 'firebase: 'https://scorching-torch-4275.firebaseio.com/'
-
You have to create the first userer via the firebase dashboard (email authentication), a new user will be added to the database, the first time you log in.
You will need the following things properly installed on your computer.
git clone [email protected]:GerritSommer/ember-firebase-user-management.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.