Skip to content

Tags: timatswish/react-redux-firebase

Tags

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.4 (prescottprue#574)

* fix(auth): `signInWithEmailAndPassword` is default for email auth unless it is not defined, then `signInAndRetrieveDataWithEmailAndPassword` is used - prescottprue#467

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.3

* fix(typings): remove duplicated identifier CLEAR_ERRORS - @shouyu - prescottprue#569 
* fix(deps): update codecov to 3.1.0

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.2 (prescottprue#567)

* fix(auth): add warning for invalid auth providers - prescottprue#559
* fix(docs): cleanup redux-persist example to remove autoRehydrate - prescottprue#545
* fix(docs): update SSR docs to include a section about Firestore - prescottprue#456
* fix(docs): update docs to have redux-auth-wrapper v2 examples above older examples - prescottprue#542

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.1

* fix(deps): update `lodash` to `^4.17.11`
* fix(deps): update `prop-types` to `^15.6.2`

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.0

* fix(storage): uploadFile gets downloadURL before writing metadata - prescottprue#487, prescottprue#488
* fix(storage): add unit tests for `fileMetadataFactory` (config level) and `metadataFactory` (option for uploadFile) to confirm downloadURL is available before writing metadata - prescottprue#487, prescottprue#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`) - prescottprue#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` within `logout` method to fix `permission_denied` errors - prescottprue#494
* fix(enhancer): support config already existing on store - [132 of redux-firestore](prescottprue/redux-firestore#132)

v2.1.9

Toggle v2.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v2.2.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.0-alpha.3 (prescottprue#550)

* 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 - prescottprue#547

v2.2.0-alpha.2

Toggle v2.2.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.0-alpha.2

* fix(storage): uploadFile gets downloadURL before writing metadata - prescottprue#487, prescottprue#488
* fix(storage): add unit tests for `fileMetadataFactory` (config level) and `metadataFactory` (option for uploadFile) to confirm downloadURL is available before writing metadata - prescottprue#487, prescottprue#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

Toggle v2.2.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.0-alpha

* fix(profile): profile update on login works with email login (used to require `createUser`) - prescottprue#475
* feat(HOCs): optimize firestoreConnect unset / set listeners - @demoran23
* fix(auth): move detaching of profile listeners before `signOut` within `logout` method to fix `permission_denied` errors - prescottprue#494
* fix(enhancer): support config already existing on store - [132 of redux-firestore](prescottprue/redux-firestore#132)

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.1.8

* fix(typings): mark notSetValue as optional in index.d.ts - prescottprue#521 - @arlair