v2.0.0-beta.9
Pre-release
Pre-release
- feat(auth):
reloadAuth
added for reloading auth (callsfirebase.auth().currentUser.reload()
) - #273 - feat(auth):
linkWithCredential
added for linking auth with credential - #268 - feat(auth):
store.firebaseAuthIsReady
is now added byreactReduxFirebase
store enhancer - promise that resolves once auth state is ready - #264 - feat(auth):
authIsReady
promise added for waiting for auth to be ready - #264 - feat(queries):
ordered
always set asnull
instead ofundefined
- fixes possible issue ofisLoaded
not always being correct - feat(core):
firebaseStateName
constant - assumed name of firebase state to be used inauthIsReady
- feat(core):
attachAuthIsLoaded
constant - boolean for enabling/disabling the
attaching offirebaseAuthIsReady
to store (true
by default) - feat(build):
yarn.lock
removed - npm5 is faster - fix(build):
v2.0.0
branch added to travis config (so v2.0.0 pushes/merges are built) - fix(build):
babel-preset-env
used 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