Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
 
 

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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