Skip to content

Instantly share code, notes, and snippets.

@erezrokah
Created June 5, 2017 06:00
Show Gist options
  • Save erezrokah/ccd73db5ded924b7f9ea35dc8289e711 to your computer and use it in GitHub Desktop.
Save erezrokah/ccd73db5ded924b7f9ea35dc8289e711 to your computer and use it in GitHub Desktop.
//@flow
import firebase from '../firebase'
firebase.database().ref('messages').on('value', (snap) => {
//do something with snap
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment