Skip to content

Instantly share code, notes, and snippets.

@erezrokah
Created June 5, 2017 05:58
Show Gist options
  • Save erezrokah/261641983727cfb75805cfc23aba47ee to your computer and use it in GitHub Desktop.
Save erezrokah/261641983727cfb75805cfc23aba47ee to your computer and use it in GitHub Desktop.
//@flow
export function listenRequested(metaType: string, ref: Object) {
return {
type: 'FIREBASE_LISTEN_REQUESTED',
metaType,
ref
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment