Releases: prescottprue/react-redux-firebase
Releases · prescottprue/react-redux-firebase
v2.2.3
v2.2.2
v2.2.1
- fix(deps): update
lodash
to^4.17.11
- fix(deps): update
prop-types
to^15.6.2
v2.2.0
- fix(storage):
uploadFile
getsdownloadURL
before writing metadata - #487, #488 - fix(storage): add unit tests for
fileMetadataFactory
(config level) andmetadataFactory
(option for uploadFile) to confirm downloadURL is available before writing metadata - #487, #488 - fix(storage): fix downloadURL error in file upload metadata - @jpierce42
- fix(auth):
LOGOUT
action dispatch only include preserve parameter if provided in settings (not when undefined) - fix(profile): profile update on login works with email login (used to require
createUser
) - #475 - feat(HOCs): optimize firestoreConnect unset / set listeners - @demoran23
- fix(HOCs): firestoreConnect no longer requires store.firebase (only attaches to props if available)
- fix(auth): move detaching of profile listeners before
signOut
withinlogout
method to fixpermission_denied
errors - #494 - fix(enhancer): support config already existing on store - 132 of redux-firestore
v2.1.9
- fix(auth): update credential login to use new firebase method - @oacstevens
- fix(auth): add comments to clarify logic and point to issue numbers in
getLoginMethodAndParams
v2.2.0-alpha.3
- fix(storage): prevent
undefined
(within metadata) from being written to database which causes an error for RTDB - fix(storage): return metadata push key from upload promise - #547
v2.2.0-alpha.2
- fix(storage): uploadFile gets downloadURL before writing metadata - #487, #488
- fix(storage): add unit tests for
fileMetadataFactory
(config level) andmetadataFactory
(option for uploadFile) to confirm downloadURL is available before writing metadata - #487, #488 - fix(storage): fix downloadURL error in file upload metadata - @jpierce42
- fix(auth):
LOGOUT
action dispatch only include preserve parameter if provided in settings (not when undefined)
v2.2.0-alpha
- fix(profile): profile update on login works with email login (used to require
createUser
) - #475 - feat(HOCs): optimize firestoreConnect unset / set listeners - @demoran23
- fix(auth): move detaching of profile listeners before
signOut
withinlogout
method to fixpermission_denied
errors - #494 - fix(enhancer): support config already existing on store - 132 of redux-firestore
v2.1.8
v2.1.7
- fix(auth): payload of
AUTH_UPDATE_SUCCESS
action dispatch fixed - #507 - @stefanhar - feat(build): added node 10 to build matrix
- feat(build): switched node maintenance LTS version to latest 6 (was still set to 6.11.5)
- feat(build): deploy to npm on node 10 build
- feat(build): deploy to npm from
next
branch (publishes to@next
tag) - feat(deps): update
firebase-server
to fix security warnings