Tags: ydatech/react-redux-firebase
Tags
Version v1.1.0 * Populate functionality now includes object notation like so: ```js {path: '/todos', populates: [{ child: 'owner', root: 'users' }] ``` * `reactReduxFirebase` function now passes through `enhancer` argument of `createStore` * email now included in default user profile with external providers * `onAuthStateChanged` function exposed in config (for setting auth info to other libraries such as [`react-ga`](https://www.npmjs.com/package/react-ga)) * Coverage Calculation fixed (now using `istanbul` directly) * Tests added for utils * Multiple internal optimizations * `firebase` and `lodash` dependencies updated * `no-console` rule added to `.eslintrc` to keep `console` out of src * README updated with `redux-observable` integration
v1.0.3 * `profileParamsToPopulate` capability added to config * `avatarUrl` parameter added to default profile for external provider logins * `logout()` method now returns a promise * Profile created by default when not provided for email signup * [`lodash`](https://www.npmjs.com/package/lodash) updated to v4.16.6 * [`firebase`](https://www.npmjs.com/package/firebase) updated to v3.5.3
prescottprue#5 v1.0.1 * Includes fix for [prescottprue#2](https://github.com/prescottprue/react-redux-firebase/issues/) * Includes fix for [prescottprue#3](prescottprue#3) * tests added for query actions and connect function * String templating used where possible to simplify query actions * Updated examples to using `react-redux-firebase` over `redux-firebasev3`
PreviousNext