Skip to content

Tags: chirita-alex/react-redux-firebase

Tags

v3.0.0-alpha.10

Toggle v3.0.0-alpha.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.10

* fix(createFirebaseInstance): merge internals on instance recreation - prescottprue#174 - @gotdibbs
* fix(typings): updated TypeScript typings including use of Dictionary - @rscotten

v3.0.0-alpha.9

Toggle v3.0.0-alpha.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.9

* fix(firebaseConnect): add back firebase + dispatch props - prescottprue#582, prescottprue#613
* fix(typings): update more types including orderBy options
* fix(tests): add case to firebaseConnect to confirm firebase and dispatch props

v3.0.0-alpha.7

Toggle v3.0.0-alpha.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.0-alpha.7

* fix(firebaseConnect): rename internal props and throw for name collisions - prescottprue#613 - @theashguy + @iamthefox
* fix(HOCs): missing props (firebase + dispatch) added - prescottprue#606
* feat(typings): major upgrade to typescript definitions (including types from `@firebase`) - prescottprue#627 - @rscotten

3.0.0-alpha.6

Toggle 3.0.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.6

* feat(auth): exposing handleRedirectResult for react-firebaseui - prescottprue#608 - @dirathea
* fix(firestoreConnect): fix invalid proptypes - prescottprue#611 & [redux-firestore 165](prescottprue/redux-firestore#165)

v3.0.0-alpha.5

Toggle v3.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.5 (prescottprue#604)

* fix(context): fix misspelled `defaultProp` on `ReactReduxFirebaseProvider` - prescottprue#564 
* feat(docs): add code sandbox example link to README

v3.0.0-alpha.4

Toggle v3.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.4 (prescottprue#597)

* fix(typings): add context providers to typings - prescottprue#564
* fix(storage): support only firestore when calling upload and writing to db - @dirathea
* fix(core): add auth initialization to providers to match v2 store enhancer - prescottprue#388

v2.2.6

Toggle v2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.6

* fix(storage): support only firestore when calling upload and writing - prescottprue#600, prescottprue#601

v3.0.0-alpha.3

Toggle v3.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.3 (prescottprue#595)

* fix(firestoreConnect): remove remaining usage of old context pattern - prescottprue#594
* fix(HOCs): add displayName to `firebaseConnect` and `firestoreConnect`

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.5 (prescottprue#592)

* feat(HOCs): add error if using `react-redux@^6` (points to [v3 migration guide](http://docs.react-redux-firebase.com/history/v3.0.0/docs/v3-migration-guide.html)) - prescottprue#591
* fix(docs): update react-native section of docs including broken links - prescottprue#586

v3.0.0-alpha.2

Toggle v3.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.2

* fix(firebaseConnect): switch context to Consumer instead of Provider - @Rizzet