Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-redux-firebase

Simplify/Standardize Firebase + Redux Code
Collective - Host: opensource - https://opencollective.com/react-redux-firebase - Code: https://github.com/prescottprue/react-redux-firebase

Compose function now has it's own tests (that handle fbConfig not being complete).

github.com/prescottprue/react-redux-firebase - cb55a991ec7153e073e1b06c89f5ddbedbf38926 authored about 8 years ago by prescottprue <[email protected]>
Reducer tests now cover reducer completly.

github.com/prescottprue/react-redux-firebase - cc59d9282c32da4d281c8ef02501073cbd32d231 authored about 8 years ago by prescottprue <[email protected]>
Reducer unit tests cover most actions.

github.com/prescottprue/react-redux-firebase - 16ddbceee96a340a824719574118b73f8846b50d authored about 8 years ago by prescottprue <[email protected]>
Tests for query/helpers improved. DataToJS returns data.

github.com/prescottprue/react-redux-firebase - d21b04895b8637d740b8489353bf7659ad97e3ae authored about 8 years ago by prescottprue <[email protected]>
Version v1.1.1

* errors now dispatched for all query `.catch` methods
* includes authProvider bug fix in #11
...

github.com/prescottprue/react-redux-firebase - f137824e06b053f732934aee0c1712df13dc9bfb authored about 8 years ago by Scott <[email protected]>
Lowercase provider name before comparing.

github.com/prescottprue/react-redux-firebase - 7b504543cb5f43814ff10aab2a4169f7b620bc94 authored about 8 years ago by Scott Prue <[email protected]>
Auth util completely covered.

github.com/prescottprue/react-redux-firebase - 422ba8040b039dc9f543233cafebb358c59cf228 authored about 8 years ago by Scott Prue <[email protected]>
Provider name validity is checked before running.

github.com/prescottprue/react-redux-firebase - b270b6e622ab58ccafe9b0723041eb0aa432d791 authored about 8 years ago by Scott Prue <[email protected]>
Errors now dispatched for errors in all queries. Tests Added.

* Errors dispatched for all query errors
* tests + coverage improved using sinon and sinon-chai
...

github.com/prescottprue/react-redux-firebase - ac0e44fd9ced0c91e323ed352c5206470dc351b2 authored about 8 years ago by Scott Prue <[email protected]>
Merge pull request #11 from filimongeorge/patch-1

Updated param name in `createAuthProvider()`

github.com/prescottprue/react-redux-firebase - 6ff27275ef25100a9531801a74d7a3d3254f9e24 authored about 8 years ago by Scott <[email protected]>
Updated param name in createAuthProvider()

The providerName should be used in the creation of the provider instead of the provider itself

github.com/prescottprue/react-redux-firebase - 07400980c5c65a4e233348526767440f9bdc0da3 authored about 8 years ago by filimongeorge <[email protected]>
Version v1.1.0

* Populate functionality now includes object notation like so:
```js
{path: '/todos', popu...

github.com/prescottprue/react-redux-firebase - e2bd8da2793fbdad8de52d8097dbea00249e0fa1 authored about 8 years ago by Scott <[email protected]>
Examples updated to use `reactReduxFirebase`.

github.com/prescottprue/react-redux-firebase - d2de64f0e85dfa4342139175ddd30dbb15445b61 authored about 8 years ago by Scott Prue <[email protected]>
Readme updated. reactReduxFirebase function now passes through enhancer argument of createStore.

github.com/prescottprue/react-redux-firebase - 97b6d0ba7b14f3699af417e5cccda0c003904ee8 authored about 8 years ago by Scott Prue <[email protected]>
Merge branch 'population-syntax' into v1.1.0

github.com/prescottprue/react-redux-firebase - acad480aa0bd0023537aa48b697a9beca9ded07c authored about 8 years ago by Scott Prue <[email protected]>
Auth utils separated into their own file.

github.com/prescottprue/react-redux-firebase - bd9e90ce755748809a0952ed5fd371d392efe503 authored about 8 years ago by Scott Prue <[email protected]>
String path is now split into object using util (not part of watchEvent function). Tests added for auth actions.

github.com/prescottprue/react-redux-firebase - 5b5fccde665499ad77f62119a6c29cbaff1b7a4d authored about 8 years ago by Scott Prue <[email protected]>
Object notation now working for population.

github.com/prescottprue/react-redux-firebase - a316cdb3d1b845cadc69fed7d8fcb91fb160670a authored about 8 years ago by Scott Prue <[email protected]>
Helpers moved to top level for getFirebase.

github.com/prescottprue/react-redux-firebase - 88fac3880b5cefe71b7f64f7466d8f6e15e7eec0 authored about 8 years ago by prescottprue <[email protected]>
List population working.

github.com/prescottprue/react-redux-firebase - 5d490a9bfeeae5914a28a5e256cef7f8850e04da authored about 8 years ago by prescottprue <[email protected]>
Populate of list working with populate moved to its util.

github.com/prescottprue/react-redux-firebase - 3172da1e3af52e738b44dd131e5cfbd2e370fa41 authored about 8 years ago by prescottprue <[email protected]>
Populate util unit tests. Version bumped. no-console added to eslintrc.

github.com/prescottprue/react-redux-firebase - cbff3771121b103fe997a83221df523aa6d187b9 authored about 8 years ago by prescottprue <[email protected]>
Tests added for events util. Coverage running through istanbul directly.

* New version of istanbul used to run coverage (gets it working again)
* Tests added for new eve...

github.com/prescottprue/react-redux-firebase - 3114be051d71a26254f8df5cdd72072062a6e94b authored about 8 years ago by prescottprue <[email protected]>
Constants exposed. onAuthStateChanged added to config.

* Constants exposed
* actionTypes exposed
* `onAuthStateChanged` added to config (fires every ti...

github.com/prescottprue/react-redux-firebase - 177ed54967f06248b32a3b20a922a858f8c8add8 authored about 8 years ago by prescottprue <[email protected]>
Events util heavily simplified. Watch events now using type instead of "name" param.

github.com/prescottprue/react-redux-firebase - 2e29236b087b5d6d93bce9b7f80d962317fb0a41 authored about 8 years ago by prescottprue <[email protected]>
Handle populate strings (converted to object internally).

github.com/prescottprue/react-redux-firebase - d11ac7a23806b080b2b55668ed27e75bc1a54660 authored about 8 years ago by Scott Prue <[email protected]>
Merge branch 'master' into v1.1.0

github.com/prescottprue/react-redux-firebase - e5c5f21e43d71746aecab717dc088fc0b2c308a0 authored about 8 years ago by Scott Prue <[email protected]>
Updated description in README.md

github.com/prescottprue/react-redux-firebase - 976484de3c422cc04d5bb32140c88123f75bba9d authored about 8 years ago by Scott <[email protected]>
Functions from connect moved to utils. Lodash flatMap used.

github.com/prescottprue/react-redux-firebase - 65a0c63be3d2ee6b2076b44f30a18869e112b945 authored about 8 years ago by prescottprue <[email protected]>
Populate util started.

github.com/prescottprue/react-redux-firebase - ab361d35b9495b4317ef3cf15aa243536ebf2564 authored about 8 years ago by prescottprue <[email protected]>
v1.0.3

* `profileParamsToPopulate` capability added to config
* `avatarUrl` parameter added to default...

github.com/prescottprue/react-redux-firebase - 21fc6cecbe317ef90e0a8b2399f8ef5560a9095d authored about 8 years ago by Scott <[email protected]>
promisesForPopulate moved to utils. Logout returns promise.

github.com/prescottprue/react-redux-firebase - b52bb7fae6b6b3562bfa03ab47797df3f79c751d authored about 8 years ago by Scott Prue <[email protected]>
profileParamsToPopulate config option. AvatarUrl parameter added to default profile.

* profileParamsToPopulate config option added and working
* avatarUrl parameter added to profile...

github.com/prescottprue/react-redux-firebase - 799c4fccd0d68d02cb5fc76209ab4fcde0199ef8 authored about 8 years ago by Scott Prue <[email protected]>
Merge pull request #8 from imarian97/patch-1

Update query.js Critical Bug Fix

github.com/prescottprue/react-redux-firebase - ddc180caf37e13b4fff0a450c15684e2aa37f1bb authored about 8 years ago by Scott <[email protected]>
Update query.js Critical Bug Fix

"populate" parameter is not working due to this bug.

github.com/prescottprue/react-redux-firebase - edc24b4463fd865feff406a3c0b7c4dd72cc9830 authored about 8 years ago by Ionescu Marian <[email protected]>
Updated README with links that point to docs in FAQ section.

github.com/prescottprue/react-redux-firebase - da1da84a26a8d279bf7a440fc883414e016b0c29 authored about 8 years ago by prescottprue <[email protected]>
#7 v1.0.2

* adds `profileDecorator` configuration option (change format of profile data stored on Firebase...

github.com/prescottprue/react-redux-firebase - b76e638f536ace9251d201565a74a25145cf44d7 authored about 8 years ago by Scott <[email protected]>
FAQ section added to README. [ci skip]

github.com/prescottprue/react-redux-firebase - 53ea59435994425a9141ba9ac1f1b65e805da353 authored about 8 years ago by prescottprue <[email protected]>
Readme updated with details about using with redux-thunk. Updated deps.

github.com/prescottprue/react-redux-firebase - 41adddf94b25597c1d3ab7bbdef4f226eeba062c authored about 8 years ago by prescottprue <[email protected]>
Config for updating profile on login exposed.

github.com/prescottprue/react-redux-firebase - 34a2e1c67bb6e3e70b4835699c96e0853479d929 authored about 8 years ago by prescottprue <[email protected]>
Profile decorator config functionality added and working.

github.com/prescottprue/react-redux-firebase - 867497b6e07583c2d069dbc7984e95ea01f48cd8 authored about 8 years ago by prescottprue <[email protected]>
getFirebase function added to compose and exposed.

github.com/prescottprue/react-redux-firebase - 0dc0ddb0ac07825d096633afb519dc99f16b6894 authored about 8 years ago by prescottprue <[email protected]>
README updated

* Gitter room URL fixed
* Formatting of example
* More details added about features

github.com/prescottprue/react-redux-firebase - ba055c63c4f1072de9647ef7250e645b0d41fb02 authored about 8 years ago by Scott Prue <[email protected]>
#5 v1.0.1

* Includes fix for [#2](https://github.com/prescottprue/react-redux-firebase/issues/)
* Include...

github.com/prescottprue/react-redux-firebase - 0e2eb85fa2083219db74bd5cda9d50eeb36fa637 authored about 8 years ago by Scott <[email protected]>
Updated Examples. String templating.

* String templating used where possible to simplify query actions
* Updated examples to using r...

github.com/prescottprue/react-redux-firebase - 985dc5c77914a0ba66ff609eb7a2d85ac28bd5b3 authored about 8 years ago by prescottprue <[email protected]>
Basic unit tests added for query actions.

github.com/prescottprue/react-redux-firebase - b4f1ec994b4147ad937fc697345c3681f6ae8acf authored about 8 years ago by prescottprue <[email protected]>
Tests added for basic connect functionality.

github.com/prescottprue/react-redux-firebase - 2b63a36a5e0d1996a4e926c1b81c24db9c0b0d22 authored about 8 years ago by prescottprue <[email protected]>
Merge branch 'master' into v1.0.1

# Conflicts:
# src/actions/query.js

github.com/prescottprue/react-redux-firebase - ffb420f6f057f6775c076ac20a0ee68bfc729231 authored about 8 years ago by prescottprue <[email protected]>
#4 Once and Populate Bufixes

* fixes #2 (`once` not function)
* fixes #3 (multiple populations)

github.com/prescottprue/react-redux-firebase - c1a044588ecaf527e49ccb89faa7f04d41b5d9a2 authored about 8 years ago by Scott <[email protected]>
Fixed query bugs #2 and #3

* Fixes #3 (once query not working)
* Fixes #2 (populate breaks if there is >0 queries)
* Fireba...

github.com/prescottprue/react-redux-firebase - 3d3070aa242aaf9b845acc8419d027994e46ce62 authored about 8 years ago by Scott Prue <[email protected]>
fix once and queries

github.com/prescottprue/react-redux-firebase - 2b1193e19bc946e1fa22ef20aa28495d2760ad3d authored about 8 years ago by mmoutenot <[email protected]>
v1.0.0-beta.2

* population added from redux-firebasev3

github.com/prescottprue/react-redux-firebase - e999acc0c6774f04dc005de8e7e12979bc55f401 authored about 8 years ago by prescottprue <[email protected]>
Name updated to react-redux-firebase.

github.com/prescottprue/react-redux-firebase - ab0faa28dd605f7a59e15f0e3cbfcc7878c9b2e8 authored about 8 years ago by prescottprue <[email protected]>
Populate (#44)

* Population working with objects and strings (displayNames and users)
* Populated list and pla...

github.com/prescottprue/react-redux-firebase - 472a6b4e296da90ac088bdb87ac293647ed17dd5 authored about 8 years ago by Scott <[email protected]>
V0.1.8 (#43)

* redirect type provider signup now using `getRedirectResult()`
* support for `scopes` paramete...

github.com/prescottprue/react-redux-firebase - d0055d645daeb5a5f81103dfc3fa09c07a5a98c7 authored about 8 years ago by Scott <[email protected]>
V0.1.7 (#42)

* Storage added to helpers
* Once capability added through passing an object to connect functio...

github.com/prescottprue/react-redux-firebase - 68d4eb85cb64e6dd983999d95893ef4fb25917db authored about 8 years ago by Scott <[email protected]>
Always update user profile on login (#39)

github.com/prescottprue/react-redux-firebase - 425f59390bdb500b5c2c5175fb20f45bf4fa02fa authored over 8 years ago by Jeremy Mack <[email protected]>
V0.1.6 (#37)

* Fixes Error described in #35 Cannot read property ‘email’ of undefined
* Removes snapshot fro...

github.com/prescottprue/react-redux-firebase - bf9df03379afe6d9990f74bf476db894ff67439b authored over 8 years ago by Scott <[email protected]>
Firebase db logging (#36)

* Enable logging functionality added (enabled through config object)

github.com/prescottprue/react-redux-firebase - 9959be45cb8a4016e81619fd947f72475149a8b2 authored over 8 years ago by Scott <[email protected]>
Placed Gitter badge in readme.

github.com/prescottprue/react-redux-firebase - bb14993d8e934c1e0cf96019c3e7f8f7be18d97a authored over 8 years ago by Scott Prue <[email protected]>
V0.1.5 (#29)

* Address #17 by exporting the connect function to both firebase and firebaseConnect
* Solves #...

github.com/prescottprue/react-redux-firebase - 19535f56965cb887f1e61718b203176abcca3437 authored over 8 years ago by Scott <[email protected]>
Added update to available helpers (#26)

github.com/prescottprue/react-redux-firebase - bb532eee5165bc394e2f7468ffded114eacfe61d authored over 8 years ago by Justin Handley <[email protected]>
V0.1.4 (#25)

* Fixes #23 with code similar to #24 (Object.assign removed from reducer)
* Provider auth actio...

github.com/prescottprue/react-redux-firebase - 6c9a6562206fbc5ec835d9354fd98c637e0d49fc authored over 8 years ago by Scott <[email protected]>
Fixes typos in Readme. Fixes Material Example build config.

github.com/prescottprue/react-redux-firebase - 2f550993cfd03641133c4650921e5d213ac0d6da authored over 8 years ago by prescottprue <[email protected]>
V0.1.3 (#22)

*Multiple Authentication types now supported
*Auth methods error dispatching
* Init Auth Sugge...

github.com/prescottprue/react-redux-firebase - c00876211e892d1275f1ab29e0a1f704f0e0935b authored over 8 years ago by Scott <[email protected]>
Multiple Auth Types (#21)

* `snapshot.key()` replaced with `snapshot.key`
* Improved error handling added to `resetPasswo...

github.com/prescottprue/react-redux-firebase - 1b5c9bc8b38b0826d802ab25d18f780aa3b6a94f authored over 8 years ago by Scott <[email protected]>
Merge remote-tracking branch 'origin/auth-error-handling' into auth-error-handling

# Conflicts:
# source/actions.js

github.com/prescottprue/react-redux-firebase - 70ee0bc3729bc37205fd1840b115e7a060ebb4ce authored over 8 years ago by Scott Prue <[email protected]>
Comments added to actions. Snapshot.key() replaced with snapshot.key.

github.com/prescottprue/react-redux-firebase - 59489885dd6039b8b312ddc2e1746a3fbeb74e31 authored over 8 years ago by Scott Prue <[email protected]>
Removed console.log. Formatting.

github.com/prescottprue/react-redux-firebase - 60874e68808c3d41a7550887b4da512de3dfd362 authored over 8 years ago by prescottprue <[email protected]>
New signin pattern.

github.com/prescottprue/react-redux-firebase - 989d9ba96631a3a251cf67bb14425b4fa2cd85bf authored over 8 years ago by Scott Prue <[email protected]>
Improved error handling added to resetPassword, login, and createUser.

github.com/prescottprue/react-redux-firebase - 5a5c7d317f2cc6b318077b3e1993530bb535ee18 authored over 8 years ago by Scott Prue <[email protected]>
API Docs Connect Example Typo (#14)

The function is with capital JS, fixing the example

github.com/prescottprue/react-redux-firebase - 00b4b261a297f1af8fa339ef0aa5902569c4953d authored over 8 years ago by Bojhan <[email protected]>
Material Example Fix (#13)

* Material example is working once again
* Formatting of Login/Signup pages of material example

github.com/prescottprue/react-redux-firebase - 9b7eaac026639e717617638abed16fb3f5e3c78f authored over 8 years ago by Scott <[email protected]>
Readme updated with demo, example info, in the future, and thanks

github.com/prescottprue/react-redux-firebase - 7121e90766180fca2b35e8664117e11d9c6c06ca authored over 8 years ago by Scott Prue <[email protected]>
V0.1.2 (#11)

* Functionality rolled back to v0.1.0
* Fixes [Auth Issues #9](https://github.com/prescottpru...

github.com/prescottprue/react-redux-firebase - 7f390d4c20571a5524eff46cb1a065e6b4ffb852 authored over 8 years ago by Scott <[email protected]>
Examples (#10)

* Babel plugin added to create-react-app
* Material example added
* Examples details added to ...

github.com/prescottprue/react-redux-firebase - a7733c81221848ca813576accb70b225103ceb33 authored over 8 years ago by Scott <[email protected]>
Version v0.1.1

* coverage added to gitignore
* linting now happens on travis
* Includes PR #6 changes
* fixes "...

github.com/prescottprue/react-redux-firebase - aafc2ab2768890a7565fa42a1ff2158367f6497b authored over 8 years ago by Scott Prue <[email protected]>
updates and fixes :) (#6)

* fixes "key is not function" when using `snapshot.key()`
* fixes queryId
* Defaults `listenTo...

github.com/prescottprue/react-redux-firebase - 69fc6a6d75f8f579144cf4fd7116852ed3373de3 authored over 8 years ago by Rahav Lussto <[email protected]>
Ready updated to replace redux-react-firebase with redux-firebasev3

github.com/prescottprue/react-redux-firebase - 6a2bebe958c384c799383a63b95edb157d72ab72 authored over 8 years ago by Scott Prue <[email protected]>
Version v0.1.0

* Signup/Login working with version v3 of Firebase and Account creation
* Examples updated
* API...

github.com/prescottprue/react-redux-firebase - 8cc356a1f5442dc6cfd67b26406fce6094f776b0 authored over 8 years ago by prescottprue <[email protected]>
Authentication fix (#3)

* createUser fixing signup flow
* Basic unit tests added to confirm all required exports
* Hus...

github.com/prescottprue/react-redux-firebase - 7675f45bed08255252453ae551102338ceed0155 authored over 8 years ago by Scott <[email protected]>
Default for action argument (#1)

* sets default for action argument of reducer

github.com/prescottprue/react-redux-firebase - 5f345295c99f2964592aebc7897930fa67e82751 authored over 8 years ago by lulalachen <[email protected]>
Version v0.0.2

* immutable is now a dependency
* babel-eslint added to dev deps
* firebase version updated

github.com/prescottprue/react-redux-firebase - 1dc468aa1d6e603acd8183f266bde5a751ae41e8 authored over 8 years ago by prescottprue <[email protected]>
Readme updated with contributors and badges.

github.com/prescottprue/react-redux-firebase - 91f4c09553dfed2ad64c3380fa2a0b06c585c7f2 authored over 8 years ago by Scott Prue <[email protected]>
Initial commit. copied from [redux-react-firebase fork](https://github.com/prescottprue/redux-react-firebase/commit/06d9193c209adb59c7eaf7f1f86326ae4f2703c8)

github.com/prescottprue/react-redux-firebase - 801a1d0df7145e0e76a675d8d0962006b886f4ff authored over 8 years ago by Scott Prue <[email protected]>
Initial commit. copied from [redux-react-firebase fork](https://github.com/prescottprue/redux-react-firebase/commit/06d9193c209adb59c7eaf7f1f86326ae4f2703c8)

github.com/prescottprue/react-redux-firebase - aa32dcd146780e6f9faf187316c155066932131a authored over 8 years ago by Scott Prue <[email protected]>