Tags: RahavLussato/react-redux-firebase
Tags
Version v1.1.2 * Storage actions and helpers added including (`uploadFile`, `uploadFiles`, and `deleteFile`) * `ref` is now available as a helper * `[]` notation now working with population (parameter of list child) * Query params included in queryId if using object notation for path * Test files are now part of linting * Examples are now split into snippets and complete folders
Version v1.1.1 * errors now dispatched for all query `.catch` methods * includes authProvider bug fix in prescottprue#11 * Provider name validity checking (only Google, Twitter, Facebook, and Github) * Tests + Coverage improved with spies using `sinon` and `sinon-chai`
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
#5 v1.0.1 * Includes fix for [#2](https://github.com/prescottprue/react-redux-firebase/issues/) * Includes fix for [#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`