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' }] }
-
reactReduxFirebase
function now passes throughenhancer
argument ofcreateStore
-
onAuthStateChanged
function 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
istanbul
directly) -
Tests added for utils
-
Internal optimizations (rewrite of path handling to remove code and improve object handling)
-
no-console
rule added to.eslintrc
to keepconsole
out of src -
README.md
updated withredux-observable
integration