Version v1.1.0
-
Populate functionality now supports object notation like so:
// replaces the owner parameter with matching user from users root { path: '/todos', populates: [{ child: 'owner', root: 'users' }] }
-
reactReduxFirebasefunction now passes throughenhancerargument ofcreateStore -
onAuthStateChangedfunction exposed in config (for passing auth info to other libraries such asreact-ga) -
email included in default user profile with external providers
-
Coverage Calculation fixed (now using
istanbuldirectly) -
Tests added for utils
-
Internal optimizations (rewrite of path handling to remove code and improve object handling)
-
no-consolerule added to.eslintrcto keepconsoleout of src -
README.mdupdated withredux-observableintegration