React Redux Firebase Versions Save

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.

v3.5.0

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

v3.4.0

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

v3.3.1

4 years ago
  • fix(types): add type for profileFactory config option (#917)
  • fix(types): prevent type error in combineReducers by adding generic type for Schema (#906) - @rscotten

v3.3.0

4 years ago
  • fix(types): use correct type order for reducer schema - @rscotten (#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

v3.2.0

4 years ago
  • feat(auth): add support for microsoft auth provider - @lucasharada (#880)
  • fix(types): switch order of schema type arguments - @macinjoke (#875)
  • feat(docs): update docs include microsoft.com provider - @lucasharada (#880)
  • feat(tests): add test for microsoft.com auth provider - @lucasharada (#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

v3.1.2

4 years ago
  • fix(types): add types for onAttemptCollectionDelete to fix implicit any error (#870) - @macinjoke
  • fix(populate): handle firestore list type in populate (#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 (#826)
  • chore(docs): add a typescript page to the recipes section of the docs (explains passing schema to reducer)

v3.1.1

4 years ago
  • feat(types): add firestore collectionGroup type - #855 - @rscotten
  • chore(docs): add note about useFirestoreForProfile within profile recipes - #849

v3.1.0

4 years ago
  • fix(auth): remove stale profile listener on empty auth state change - @illuminist - #508, #838
  • feat(types): add support for typed db schema - @vicrac - #826
  • feat(auth): add reauthenticate method from firebase - @magrinj - #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

v3.0.7

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

v3.0.6

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