v2.0.0-beta.9
Pre-release
Pre-release
- feat(auth):
reloadAuthadded for reloading auth (callsfirebase.auth().currentUser.reload()) - #273 - feat(auth):
linkWithCredentialadded for linking auth with credential - #268 - feat(auth):
store.firebaseAuthIsReadyis now added byreactReduxFirebasestore enhancer - promise that resolves once auth state is ready - #264 - feat(auth):
authIsReadypromise added for waiting for auth to be ready - #264 - feat(queries):
orderedalways set asnullinstead ofundefined- fixes possible issue ofisLoadednot always being correct - feat(core):
firebaseStateNameconstant - assumed name of firebase state to be used inauthIsReady - feat(core):
attachAuthIsLoadedconstant - boolean for enabling/disabling the
attaching offirebaseAuthIsReadyto store (trueby default) - feat(build):
yarn.lockremoved - npm5 is faster - fix(build):
v2.0.0branch added to travis config (so v2.0.0 pushes/merges are built) - fix(build):
babel-preset-envused in place ofbabel-preset-es2015(fixes deprecation warning)
NOTE v2.0.0 pre-releases are now made available on the next tag instead of the canary tag