Easily attach Firebase reference bindings to mobx stores.
See API.md
for documentation.
npm install --save mobx-firestore
import { FirebaseStore } from 'mobx-firestore'
const ref = firebase.database().ref()
const store = new FirebaseStore(ref)
store.bindValue('profile', ref.child('profile'))