Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.18 KB

API Reference

Just like redux, the react-redux-firebase API surface is intentionally as small as possible.

Top-Level Exports

Importing

Every function described above is a top-level export. You can import any of them like this:

ES6

import { firebaseConnect } from 'react-redux-firebase'

ES5 (CommonJS)

var firebaseConnect = require('react-redux-firebase').firebaseConnect