React Redux Firebase Versions Save

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

v3.11.0

2 years ago
  • feat(auth): support passwordless sign-in (#857, #1064) - @komachi
  • fix(populate): take child param into account when populating (#1083, #1085) - @danielo515
  • fix(docs): correctly redirect when auth does not exist in the routing example doc - @JonathanPorta
  • chore(deps): bump ws in /examples/complete/typescript (#1148)
  • chore(deps): bump color-string in /examples/complete/typescript (#1147)
  • chore(deps): bump dns-packet in /examples/complete/typescript (#1110)
  • chore(deps): bump dns-packet in /examples/complete/firestore (#1109)
  • chore(deps): bump dns-packet in /examples/complete/simple (#1108)

v3.10.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/prescottprue/react-redux-firebase/compare/v3.10.0...v3.10.1

v3.10.0

3 years ago

v3.9.0

3 years ago
  • fix(auth): prevent throw in logout when database is not setup (#1042) - @ssdns
  • fix(types): fix reloadAuth argument type and duplicate of endBefore (#1031) - @ MatthewDailey
  • fix(types): fix argument type for login with credentials (#1045) - @AlexanderArvidsson
  • fix(types): add back FirestoreStatics to ExtendedFirestoreInstance (#1030)
  • fix(core): add deprecation message enableLogging config option
  • chore(docs): add note about required rules for profile settings (#1049)

v3.8.1

3 years ago
  • fix(query): handle un-mounting with no listeners - (#1019)
  • fix(types): add types for handleRedirectResult and re-authenticate methods - (#987)
  • fix(types): add populates to query settings types (#1027)
  • fix(ci): remove usage of set-env from publish workflow (deprecated)

v3.8.0

3 years ago
  • feat(auth): enable claims without userProfile (#1008) - @rscotten
  • fix(types): add arguments to types for onAuthStateChanged (#1018) - @AlexanderArvidsson
  • fix(auth): dispatch proper error on reset password (#1016) - @djejaquino
  • fix(types) move static firestore interface to where it's implemented (#1013) - @zozoens31
  • feat(auth): add applyActionCode method (#994) - @komachi
  • feat(build): support react 17 by updating peer dependency (#1028)

v2.5.1

3 years ago
  • fix(components): remove lifecycle warning from components using componentWillMount (#968, #969) - @lidaof
  • chore(ci): add support for publishing to previous tag (#969)

v3.7.0

3 years ago
  • feat(populate): added support for storeAs when populating child from redux - @nagarjuna993
  • fix(types): change updateProfile return type (#975) - @nikitakost
  • feat(auth): github OAuth provider option in login (#986) - @davidepalazzo
  • chore(deps): update babel dev dependencies to ^7.10.4

v3.6.0

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

v3.5.1

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