Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/prescottprue/react-redux-firebase
Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://github.com/prescottprue/react-redux-firebase
8d8e806a7d9dc847623175373f1915e350eaa8e3 authored about 7 years ago
36b6d9e2fe15c56976633a0475f7a9a03539544e authored about 7 years ago
* fix(typings): Updated type definitions - #311
* fix(populate): dispatch for errors during prof...
* fix(reducers): add `EMPTY_AUTH_CHANGE` case to Profile Reducer - #305
* feat(constants): `en...
8265868329a2754877b3f21096d0bbb6caba8e11 authored over 7 years ago
* feat(core): `recompose` used for `withFirebase` and `withFirestore` HOCs
* feat(core): `promi...
87d43640498bbaf82e03640010b870a31be832c6 authored over 7 years ago
* fix(populate): `ordered` set for populate
* fix(populate): `ordered` correctly set to `null` ...
# Conflicts:
# bin/api-docs-upload.js
# docs/recipes/routing.md
# docs/roadmap.md
# examples/com...
d024bacfb3c3317310e4cb962869b0474c853a13 authored over 7 years ago
* fix(populate): missing childKey causes no population - #277 (thanks @JeremyPlease)
* feat(fir...
* bugfix(auth): `auth.isLoaded` set to `true` on `AUTH_EMPTY_CHANGE` action dispatch - #290
* fe...
The `authenticatedSelector` for `UserIsNotAuthenticated` was wrong. Currently both conditions ar...
fb8cda65fff3b1fe2a9c52a35dbe15623e8310d6 authored over 7 years agofe51c6f2615c3b4ed2d362eb61299f393c7aa621 authored over 7 years ago
* `reloadAuth` added for reloading auth (calls `firebase.auth().currentUser.reload()`) - #273
...
e2fabf2469febb55f106022c68631ae90cfe8f92 authored over 7 years ago
* Removed unnessesary call to login on signup within material example
db00574875bcf523d2a9cf49e2c2ef43162dda0c authored over 7 years agoc1c98be08d0bc95a80a287b10d3ad89fd4b7068f authored over 7 years ago
3cdcfe19bdaf2adf04e661ea8a71c48caca810c6 authored over 7 years ago
fix(docs): typo in redux-saga recipe doc
2ff9b4800fd2af7ba9e038f9b7dafc093489e601 authored over 7 years ago🍾 🥂 The long awaited v1.5.0 release 🥂 🍾
* `browser` field has been removed from `package.json` ...
62c1144c6f5799a922bc25078dbff58f90ee1ffe authored over 7 years agoComplete Material Example updates including:
* Webpack 3 🎆
* Heavily simplified/improved bu...
* fix(reducer): `MERGE` action added and `SET` action to reverted to v1 behavior - #255
* feat(...
49b5deba8dece0348b7e0d5f0f6111283ee15a18 authored over 7 years ago
* Fix API doc upload utility (catch errors better)
* `react-native-firebase` complete example a...
* Firebase Messaging service exposed (`firebase.messaging()`)
* `resetBeforeLogin` config optio...
710007a848c61d3a2391a48b7cb58f4dc0528929 authored over 7 years ago
a15551a4ddca004afa5ffca5b25626f4c9a02169 authored over 7 years ago
ac119d95fb1dd0188278b21b0057aba0ecc40c2a authored over 7 years ago
* fix(reducer): allow setting paths ending in numbers - #248
* feat(auth): make signInWithCrede...
* feat(reducers): `authError` reducer added to mirror authError state in v1 - #237
* fix(popula...
The snippet is replacing the email, not the displayName.
36fc5d660f469171ec4e4b9ac1adb3acddfecfba authored over 7 years ago* docs(readme): Grammar fixes
* docs(api,recipes): Grammar fixes
* chore(gitignore): Ignor...
86a6949bc27abbf74204fe0a7a5d8d1d766deff5 authored over 7 years ago
* Correctly unset multiple queries to the same base path - #234, #235
* Fix peer dependency warn...
* Correctly unset multiple queries to the same base path
Passing queryId allows into the unWa...
48c677dbf411b70330f2740ab4c5499e975c4714 authored over 7 years ago
* Fix bug in `updateProfile` method - #210
* Fix population with deep root - #223
* Fix RN sou...
6386c2d2c40b71fb33d41450d6fd7be98828b956 authored over 7 years ago
* display name logic is now internal (eliminates dependency)
* `try/catch` added around usage o...
* Fixes issue with deep listener paths - #219, #221
* react `v16.0.0-0` added to peer dependenci...
747a1177ef3730270d07ef562e34b35caa84ced2 authored over 7 years ago
* Roadmap updated with presence
95581ec05b61e4e3c9e4169b1fc065802180544a authored over 7 years ago
# Conflicts:
# docs/api/compose.md
# docs/api/connect.md
# docs/api/helpers.md
# docs/api/reduce...
* Remove native modules example from react-native docs (only applicable
to v2.0.0)
c6f22500d15e7146b8a26f869a99c5f3e4ce1e34 authored over 7 years ago
fix(docs): fix typo in queries docs
b15f8ff523530892087ef6782cb545d21e9674cb authored over 7 years ago
* Updated typescript typings for v2 syntax - #142
* `getDisplayName` is now internal (to fix is...
d865f88b23912fac69aa31e8ccea8dbcb729302e authored over 7 years ago
13c8f6c0a3dc6245c25f713f9f8c615f4ca5dcf4 authored over 7 years ago
* Node v8 support (`package.lock.json` added, and `8` added to node versions in travis config)
...
# Conflicts:
# README.md
# SUMMARY.md
# docs/api/compose.md
# docs/recipes/react-native.md
# doc...
* react-chrome-redux recipe added based on #157
* Docs cleanup (removed duplicate docs due to co...
Use 'yarn format' command to quickly format all the JS files in the src folder. Prettifier uses ...
82a454fc8e93230fc523deb9e8b73eba69a9d10c authored over 7 years ago* Simple redux-saga recipe added to docs - #79
2aa8752d0c0a1248fc2d2f38519a267e30d60762 authored over 7 years agoa5a7ab9f364048079d3f578d58e4bafa54c08256 authored over 7 years ago
* Adds two statics to a connected component:
* `wrappedComponent`, which is the original comp...
* Package quality now using badge instead of image
* v2.0.0 info added including suggestion in u...
Point to RNFirebase instead of Firebase
fe5f5ab6bc0787921c21272a394f2c07b7c752a7 authored over 7 years ago
### Features
* [X] Keeping data on logout - #125
* [X] Listeners now kept on state (follows by...
6a9e163e98d80335925dcc08c9386d6b7e7fab2c authored over 7 years ago
* Updated .github/ISSUE_TEMPLATE.md (optional)
* Added CONTRIBUTING.md (optional)
* Added ...
c901710cd9ebe49801a4974253fcbd0b1b8c9a20 authored over 7 years ago* Reverted back to `add-module-exports` to fix issue with base level exports (breaking react-nat...
5f7c768f050d3b25a9956dc8f7f0f1d4fb0988a2 authored over 7 years ago
* `.babelrc` added to `.npmignore` (attempt to fix #175 and #176)
* unpkg field added to packag...
536344440036300209b87f722cc36baaed51b0e8 authored over 7 years ago
* [`babel-plugin-es6-promise`](https://www.npmjs.com/package/babel-plugin-es6-promise) removed f...
d7e3388edb15b1c2862971a0f0f9e83428c125fc authored over 7 years agof88eb01325f9a17009315b3f73194b2108b17e75 authored over 7 years ago
78fc2fa080fe3df65548741bc4ba35d048c370d5 authored over 7 years ago
* `createFirebaseConnect` exposed (for creating `firebaseConnect` functions that connect to diff...
009d14d3f86105df9c3948f7979cea258fbf7ec9 authored over 7 years ago5975db1076ad9a2ba274be33d9902f07d1d2192d authored over 7 years ago
025565761c9e4c4765b7d07588d74078f1513326 authored over 7 years ago
* Firebase is now an external in webpack config (shrinks browser bundles)
* `createFirebaseInst...
# Conflicts:
# package.json
# src/utils/query.js
# Conflicts:
# package.json
# src/utils/query.js
* `onAuthStateChange` added to config validation
* deprecation warning added for `config.distpa...
### Description
* `getFirebase` exposed to mirror `v1.*.*` API - #167
* Improved initializati...
# Conflicts:
# docs/api/connect.md
# docs/api/helpers.md
# docs/api/reducer.md
fc133ca0804992686624f13229204fe425e57f29 authored over 7 years ago
* Adds versions capability to docs through [versions-select plugin](https://github.com/prescottp...
6ccaff571e6f5007471b2765445bf92fbea8bd66 authored over 7 years ago5cd29b7d6d1f51f861745380a819176433f90509 authored over 7 years ago
745ffbea6b1a0d0916faef6f30e148b41f9e7a07 authored over 7 years ago
### Description
* Adds versions capability to docs through [versions-select plugin](https://git...
# Conflicts:
# package.json
# src/utils/query.js
126a5d2fe16b4b113fe8957f2fc19d12a3263f61 authored over 7 years ago
633e04f6981f9279328124ea3118900411f0ab78 authored over 7 years ago
* Fixes an issue that when attempting to query on Windows in Internet Explorer would cause error...
42e8f4772159859a42ecba9f34471c70b214bf23 authored over 7 years ago45d9d0b2dfc2b6d1e32a41fd65a6c35ea4f26753 authored over 7 years ago
Add recipe for adding roles and access management.
7ba8d3f1a697b4f5fe837e07dbbc234de3d242b0 authored over 7 years ago574660931c5b1020f4e6d154c844a7291b384275 authored over 7 years ago
994071961f0a745f88469acf8233b06098fd84cd authored over 7 years ago
* Basic Population working with new syntax (`populate`)
* Material example uses new syntax (no h...
* Adds `transform-object-assign` to babel plugins to fix issue with IE - #158
* Removes npm pu...
### Description
documentation for `firebaseConnect` expanded and now includes another example
...
* Switched to using `.npmignore` instead of `files` and `filesMap` fields in package.json to get...
8e3f3d0a897ecd491debc86f834ba0537e0ae801 authored over 7 years ago
- Return correct promise from `firebase.auth().signOut()` - #152
- Typings will included in pu...
It helps to use more than one firebase app by creating separate store for each one,
it may be e...
unWatchEvent was not passing the correct queryId or path param (i.e. matching params passed to w...
0a025390b4b96ea95c46cc30274e74d8dd37d8bb authored over 7 years ago
### Description
Webpack 2 doesn't allow to mix import/export with module.exports.
This forbids...
* Typescript typings added - #142
* Webpack updated to version 2 (with matching changes to con...
### Description
Removed `browser` field from `package.json` in attempt to solve #128
### Ch...
65429134564f72e4f5928a7d9354d999ce6ca84b authored over 7 years agoa8c0c485985a25ac69d8ca3cc19d5d01c665f241 authored over 7 years ago
* fixes #141, #145
ce064dcc22439ed40abc207e68b0c6fb62906135 authored over 7 years ago