Tags: astanb/react-redux-firebase
Tags
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 * 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 * 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 * 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 * 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
v3.0.4 (prescottprue#787) * fix(profile): remove async/await code causing regeneratorRuntime error (drops promise support for profileFactory) - prescottprue#786, prescottprue#778
v3.0.3 * feat(profile): add promise support for `profileFactory` - @dannyvaughton * fix(types): fix `firestore.delete` return type - @rscotten * feat(tests): add test for promise support of profile factory * feat(tests): add tests for all top level methods of `createFirebaseInstance`
v3.0.0 All changes from v3.0.0 pre-release versions including: * [X] Hooks (`useFirebase`, `useFirebaseConnect`, `useFirestore`, `useFirestoreConnect`) * [X] Rebuild on stable React Context API * [X] Support react-redux v6 - [prescottprue#581](prescottprue#581) * [X] Support for react strict mode - [prescottprue#564](prescottprue#564) * [X] Improved bundle size support (should include way to audit size) - [prescottprue#573](prescottprue#573) * [X] Support/Docs for stable react context API * [X] Switch `firebaseConnect` and `firestoreConnect` to using `componentDidMount` in place of `componentWillMount` which is deprecated in newer react versions (as [described here](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#fetching-external-data)) More details available in [the v3.0.0 roadmap](https://github.com/prescottprue/react-redux-firebase/wiki/v3.0.0-Roadmap)