Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 783 Bytes

reducer.md

File metadata and controls

26 lines (16 loc) · 783 Bytes

Table of Contents

reducer

Parameters

  • state object Current Firebase Redux State (state.firebase)
  • action object Action which will modify state
    • action.type string Type of Action being called
    • action.path string Path of action that was dispatched
    • action.data string Data associated with action

Returns object Firebase redux state