This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
Can use the 'store' object to do all firebase queries for 'user',
'company', and 'document'.
model: function() {
return this.get('store').findAll('user');
}git clone <repository-url>this repository- change into the new directory
npm installbower install
ember server- `ember server --environment test' for testing
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)
Use firebase to deploy from inside the dist folder.