Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: harveychow/react-redux-firebase

Tags

v3.5.1

Toggle v3.5.1's commit message

Verified

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

* fix(types): fix file blob type for uploadFile and uploadFiles (prescottprue#950) - @rscotten
* chore(docs): cleanup minor typo in useFirestoreConnect.md (prescottprue#949) - @gregfenton
* chore(tests): fix typo "merge" to "merges" in reducer test file (prescottprue#948) - @yukimurasawa
* chore(docs): remove note about populate not being supported in firestore (prescottprue#915)
* chore(examples): clarify explanation in `watchEvent` example snippet (prescottprue#910)
* chore(docs): add correct syntax highlighting to example in firestore.md
* chore(build): improve lint command
* chore(build): only require jsdoc comments in source

Co-authored-by: Richard Scotten <[email protected]>
Co-authored-by: gregfenton <[email protected]>
Co-authored-by: yukimurasawa <[email protected]>
Co-authored-by: yukimurasawa <[email protected]>

v3.5.0

Toggle v3.5.0's commit message

Verified

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

* feat(storage): upload file metadata to existing firestore document (prescottprue#936) - @JonnyBoy333
* chore(deps): update babel dev dependencies to 7.10.1
* feat(ci): add creating of release to publish workflow

Co-authored-by: Jon <[email protected]>

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 <[email protected]>
Co-authored-by: Danila Loginov <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>
Co-authored-by: macinjoke <[email protected]>

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 <[email protected]>
Co-authored-by: macinjoke <[email protected]>
Co-authored-by: Marko Elez <[email protected]>
Co-authored-by: Chris Dzoba <[email protected]>

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 <[email protected]>

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 <[email protected]>
Co-authored-by: Michał Kaczanowicz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: illuminist <[email protected]>

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)