Sample dynamo project for implementing rails-like scaffold page with Firebase backend. The backend is on exfirebase (https://github.com/parroty/exfirebase).
$ git clone https://github.com/parroty/dynamo_firebase
$ cd dynamo_firebase
$ mix deps.get
$ export FIREBASE_URL="your firebase url"
$ mix server
