

Snippet showing how to use decorators to simplify connect functions (redux's connect and react-redux-firebase's firebaseConnect) Simple App ExampleĪ simple example that was created using create-react-app's. One of the most common examples of this is querying based on the current users auth UID. Snippet showing querying based on data in redux state. complete contains full applications that can be run as is, while /snippets contains small amounts of code to show functionality (dev tools and deps not included). See full documentation at Įxamples folder is broken into two categories complete and snippets. Install npm install -save reactReduxFirebase in your store compose function and firebaseReducer in your reducers: import React from 'react' import ) ) ) (Todos ) Docs react-native support using native modules or web sdk.Tons of examples of integrations including redux-thunk and redux-observable.Multiple queries types supported including orderB圜hild, orderByKey, orderByValue, orderByPriority, limitToLast, limitToFirst, startAt, endAt, equalTo.Support small data ( using value ) or large datasets ( using child_added, child_removed, child_changed ).Population capability (similar to mongoose's populate or SQL's JOIN).Automatic binding/unbinding of listeners through React Higher Order Components ( firebaseConnect and firestoreConnect).Full Firebase Platform Support Including Real Time Database, Firestore, and Storage.

Out of the box support for authentication (with auto load user profile).Includes Higher Order Component (HOC) for use with React.
