Skip to content

Tags: ydatech/react-redux-firebase

Tags

v1.1.0

Toggle v1.1.0's commit message
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

Toggle v1.0.3's commit message
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

v1.0.2

Toggle v1.0.2's commit message
Updated README with links that point to docs in FAQ section.

v1.0.1

Toggle v1.0.1's commit message
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`