Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.2 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