Redux bindings for Firebase. Includes Higher Order Component (HOC) for use with React. If you are starting a new project and/or are not required to have your Firebase data loaded into redux, you might want to give reactfire a try before trying react-redux-firebase. I wrote up a quick medium article explaining a bit about how, and why and showing how to start a new project with these tools. Out-of-the-box support for authentication (with auto-loading user profile from database/firestore). Full Firebase Platform Support Including Real-Time Database, Firestore, and Storage. Automatic binding/unbinding of listeners through React Hooks (useFirebaseConnect, useFirestoreConnect) or Higher Order Components (firebaseConnect and firestoreConnect). Population capability (similar to mongoose's populate or SQL's JOIN). Support small data ( using value ) or large datasets ( using child_added, child_removed, child_changed).
Features
- Out of the box support for authentication
- Full Firebase Platform Support Including Real Time Database
- Automatic binding/unbinding of listeners through React Hooks
- Support small data
- Population capability
- Multiple queries types supported
- Tons of examples of integrations