Just like redux, the react-redux-firebase API surface is intentionally as small as possible.
- firebaseConnect
- createFirebaseConnect
- withFirebase
- firestoreConnect
- createFirestoreConnect
- withFirestore
- reducer (also exported as
firebaseReducer
) - reactReduxFirebase
- getFirebase
- constants
- actionTypes
- helpers
- isLoaded
- isEmpty
- populate
Every function described above is a top-level export. You can import any of them like this:
import { firebaseConnect } from 'react-redux-firebase'
var firebaseConnect = require('react-redux-firebase').firebaseConnect