Skip to content

Tags: koooosuke/react-redux-firebase-1

Tags

v3.4.0

Toggle v3.4.0's commit message
v3.4.0 (prescottprue#928)

* chore(ci): add package version check stage to prevent failed builds if version is already released
* feat(types): generic types for firestore methods (prescottprue#920) - @puppybits
* fix(types): use correct import for react in types (prescottprue#927) - @loginov-rocks
* chore(types): remove unused AppTypes import

Co-authored-by: Bobby <bobby@getfiskal.com>
Co-authored-by: Danila Loginov <danila@loginov.rocks>

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.3.1 (prescottprue#919)

* fix(types): add type for `profileFactory` config option (prescottprue#917)
* fix(types): prevent type error in combineReducers by adding generic type for Schema (prescottprue#906) - @rscotten 

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.3.0 (prescottprue#889)

* fix(types): use correct type order for reducer schema - @rscotten (prescottprue#888)
* fix(deps): update prettier to v1.10.0 to v2.0.0
* fix(deps): update eslint from v4.8.0 to v6.8.0
* fix(deps): update dev dependencies including eslint plugins

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.2.0 (prescottprue#886)

* feat(auth): add support for microsoft auth provider - @lucasharada (prescottprue#880)
* fix(types): switch order of schema type arguments - @macinjoke (prescottprue#875)
* feat(docs): update docs include microsoft.com provider - @lucasharada (prescottprue#880)
* feat(tests): add test for microsoft.com auth provider - @lucasharada (prescottprue#880)
* chore(ci): switch to Github Actions for CI in place of TravisCI
* chore(build): add lint-staged for quicker lint checking on pre-commit
* chore(deps): update dev dependencies including babel deps

Co-authored-by: Lucas Harada <lucasharada5@gmail.com>
Co-authored-by: macinjoke <shunji.makino@gmail.com>

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.1.2 (prescottprue#872)

* fix(types): add types for `onAttemptCollectionDelete` to fix `implicit any` error (prescottprue#870) - @macinjoke
* fix(populate): handle firestore list type in populate (prescottprue#871) - @illuminist
* fix(types): add missing `onAuthStateChanged` for config object - @illuminist
* fix(types): relax typing for `UserProfile` to be generic object - @illuminist
* fix(types): make Schema the second generic parameter (prescottprue#826)
* chore(docs): add a typescript page to the recipes section of the docs (explains passing schema to reducer)

Co-authored-by: illuminist <illumina.ova@gmail.com>
Co-authored-by: macinjoke <shunji.makino@gmail.com>
Co-authored-by: Marko Elez <7696111+markoelez@users.noreply.github.com>
Co-authored-by: Chris Dzoba <Chris@Dzoba.com>

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.1.1 (prescottprue#856)

* feat(types): add firestore `collectionGroup` type - prescottprue#855 - @rscotten
* chore(docs): add note about `useFirestoreForProfile` within profile recipes - prescottprue#849

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>

v3.1.0

Toggle v3.1.0's commit message
v3.1.0

* fix(auth): remove stale profile listener on empty auth state change - @illuminist - prescottprue#508, prescottprue#838
* feat(types): add support for typed db schema - @vicrac - prescottprue#826
* feat(auth): add reauthenticate method from firebase - @magrinj - prescottprue#812
* chore(deps): bump lodash from 4.17.11 to 4.17.15 in react-native example - @dependabot
* chore(deps): bump stringstream from 0.0.5 to 0.0.6 in react-native-firebase example - @dependabot
* chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in react-native example - @dependabot
* chore(deps): bump diff in react-native-firebase example - @dependabot
* chore(deps): bump lodash-es from 4.17.4 to 4.17.15 in react-native-firebase example - @dependabot
* chore(deps): bump diff from 3.3.0 to 3.5.0 in react-native-firebase example - @dependabot

Co-authored-by: Jérémy M <jeremy.magrin@epitech.eu>
Co-authored-by: Michał Kaczanowicz <mj.kaczanowicz@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: illuminist <illumina.ova@gmail.com>

v3.0.7

Toggle v3.0.7's commit message

Verified

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

* fix(types): add missing config key `enableClaims` - @lesmo - prescottprue#810
* fix(types): make `updateAuth` params not required and use correct type for `runTransaction` - @rscotten - prescottprue#821
* chore(deps): update firebase and other dev dependencies - prescottprue#808
* chore(deps): update dependencies of examples (thanks @dependabot)

v3.0.6

Toggle v3.0.6's commit message

Verified

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

* fix(profile): prevent `cannot read property '_getservice' of undefined` error - prescottprue#801 - @Zubnix
* fix(types): fix arguments in `resetPassword` - prescottprue#803 - @magrinj
* fix(docs): documentation about `resetPassword` - prescottprue#803 - @magrinj

v3.0.5

Toggle v3.0.5's commit message

Verified

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

* fix(auth): always return a promise from createUserProfile - prescottprue#789
* fix(tests): add check for promise return in all situations - prescottprue#789
* fix(docs): handle case of empty `providerData` in `profileFactory` example - prescottprue#739