Skip to content

Tags: lidaof/react-redux-firebase

Tags

v3.6.0

Toggle v3.6.0's commit message

Verified

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

* feat(types): add database and firestore statics (prescottprue#957) - @msutkowski, @themindoverall, @phryneas
* feat(types): add type predicate to `isLoaded` (prescottprue#956) - @lukeKonopka
* chore(docs): formatting fixes in firestore docs section (prescottprue#959) - @gregfenton
* feat(docs): add firestore populate docs (prescottprue#954) - @harveychow

Co-authored-by: gregfenton <greg.fenton@gmail.com>
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
Co-authored-by: Chris Serino <themindoverall@gmail.com>
Co-authored-by: Harvey Chow <hchow83@gmail.com>
Co-authored-by: Luke Konopka <g00bm4n@gmail.com>

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 <rscotten@users.noreply.github.com>
Co-authored-by: gregfenton <greg.fenton@gmail.com>
Co-authored-by: yukimurasawa <yuki.murasawa0826@gmail.com>
Co-authored-by: yukimurasawa <yuki.murasawa.0826@gmail.com>

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 <jonnylamb@gmail.com>

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>