Skip to content

Instantly share code, notes, and snippets.

@aakashns
Created March 22, 2017 17:17
Show Gist options
  • Select an option

  • Save aakashns/5577c5d761899cd66e43e093103cb3a6 to your computer and use it in GitHub Desktop.

Select an option

Save aakashns/5577c5d761899cd66e43e093103cb3a6 to your computer and use it in GitHub Desktop.
Basic version of fromStore.
const fromStore = (state, db) => {
db.ref('message').set(state.message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment