Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ampatspell/dzeja

Blog-like thing build using Ember.js, Firebase and ember-cli-zuglet
https://github.com/ampatspell/dzeja

blog emberjs firebase firestore

Last synced: 2 days ago
JSON representation

Blog-like thing build using Ember.js, Firebase and ember-cli-zuglet

Awesome Lists containing this project

README

        

# dzeja

![](https://github.com/ampatspell/dzeja/raw/master/screenshots/screenshot-1.png)
![](https://github.com/ampatspell/dzeja/raw/master/screenshots/screenshot-2.png)
![](https://github.com/ampatspell/dzeja/raw/master/screenshots/screenshot-3.png)

```
# user who can set roles for other users
$ firebase functions:config:set users.admin="...uid..."
```

```
$ npm run deploy:all
$ npm run deploy:hosting
```

``` javascript
// make someone editor
let store = Ember.Namespace.NAMESPACES[0].__container__.lookup('service:store');
await store.setRole('target-uid', 'editor');
```