Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
1d1bb12
Started separate reducers.
prescottprue Jan 16, 2017
113fb3c
Merge branch 'master' into v2.0.0-alpha
prescottprue Mar 19, 2017
53175d0
Finished removing rest of immutable stuff from reducer.
prescottprue Mar 21, 2017
67f3384
Return file snapshot on upload (#88)
urbantumbleweed Mar 24, 2017
5edc780
feat(react-native): react-native and boilerplate support (#90)
prescottprue Mar 24, 2017
2d1bbb7
Added XMLHttpRequest to tests (to fix firebase auth issue)
Mar 24, 2017
0ffacb0
react-native complete example started.
Mar 24, 2017
224de4e
Firebase showing up in react-native example.
Mar 24, 2017
78f3ed4
Home now displays auth in a string.
Mar 25, 2017
2b2f429
react-native now working with firebase js library
prescottprue Mar 25, 2017
cc0ad58
Switched to ReactNative instead of rn
prescottprue Mar 25, 2017
d65aa2f
Version v1.4.0-beta (#97)
prescottprue Mar 26, 2017
04039a2
Version v1.4.0 Beta 2 (#100)
prescottprue Mar 28, 2017
5042759
Version v1.4.0 Beta 3 (#101)
prescottprue Mar 28, 2017
27d64e7
Merge branch 'master' into v1.4.0
prescottprue Mar 30, 2017
acd14f9
Merge branch 'master' into v1.4.0
Apr 1, 2017
c960361
Version 1.4.0 Beta 4 (#105)
prescottprue Apr 3, 2017
459c222
Version v1.4.0 Release Candidate 1 (#110)
prescottprue Apr 5, 2017
23bb32a
Form utils added to example.
prescottprue Apr 10, 2017
bc64cf5
Roadmap updated with info on nested populates and updateProfile method.
Apr 15, 2017
b3c87bd
Merge branch 'master' into v1.4.0
Apr 15, 2017
d4b86d1
Server side rendering notes added.
Apr 26, 2017
d7943f5
Merge branch 'master' into v1.4.0
May 5, 2017
36de200
Support for custom auth parameters added.
May 5, 2017
6b2826c
Merge branch 'master' into v1.4.0
May 5, 2017
e478d03
notParsed query parameter. isLoaded returns true issue (#121)
May 5, 2017
85e968e
Use prop-types package instead of the bundled prop-types (#122)
petetnt May 5, 2017
7dbe7b2
key: true lists support for profileParamsToPopulate (#123)
fej-snikduj May 5, 2017
ff11deb
Fixed typos in material-example
May 6, 2017
e89e381
Fixed the last of the "react" typos within material example.
May 6, 2017
3655517
Firebase updated to v3.9.0. More material example updates.
prescottprue May 6, 2017
4e629a9
Lint removed.
prescottprue May 6, 2017
e53dc19
More lint removal from material-ui example.
prescottprue May 6, 2017
caa9bd4
Added message to clarify home container.
prescottprue May 6, 2017
c964724
Not populated delete working in material-ui example
prescottprue May 6, 2017
c92a563
Pull request template updated. Roadmap updated with react-native-fire…
prescottprue May 16, 2017
90489f6
SSR and Auth sections added to recipes. Roadmap updated for coming v1…
prescottprue May 16, 2017
4404433
Merge branch 'master' into v1.4.0
prescottprue May 16, 2017
12df1e8
Auth Recipes cleaned up.
prescottprue May 16, 2017
df2a81a
Apply #122 to v1.5.0
May 17, 2017
4e212dd
Adds various features to populates (#132)
javamonn May 17, 2017
451976a
Firebase messaging and instance exposed.
May 17, 2017
13c9c6d
Version v1.5.0-alpha (#136)
prescottprue May 23, 2017
2b57b69
Roadmap updated. Pointed to correct version inside react-native example.
May 23, 2017
fd23aae
Merge branch 'master' into v2.0.0-alpha
prescottprue May 24, 2017
4bbb795
Material example working with new reducer setup. Logger added.
prescottprue May 24, 2017
a8c0c48
Merge branch 'master' into v1.5.0
May 30, 2017
6542913
v1.5.0-alpha.2 (#146)
prescottprue May 30, 2017
7940976
Version v1.5.0 Beta (#147)
prescottprue May 31, 2017
63587ec
Don't mix import/export with module.exports (#149)
martynovs May 31, 2017
0a02539
fix: unwatch events with same parameters as original watch (#151)
javamonn Jun 3, 2017
cfc3aba
Allow to use different stores in firebaseConnect (#148)
martynovs Jun 3, 2017
9d48234
Version v1.5.0 Beta 2 (#153)
prescottprue Jun 6, 2017
8e3f3d0
Version v1.5.0 Beta 3 (#154)
prescottprue Jun 6, 2017
cae1be8
Merge branch 'master' into v2.0.0-alpha
Jun 15, 2017
ff85858
Unused helpers removed. Moved creation of firebase instance to its ow…
Jun 15, 2017
c991311
Merge branch 'master' into v2.0.0-alpha
Jun 18, 2017
0a00620
Merge branch 'v1.5.0' into v2.0.0-alpha
Jun 18, 2017
b7f91ac
Support of passing in a firebase instance
Jun 20, 2017
af12928
Started work on populate.
Jun 20, 2017
b430f8d
Population working. Tests no longer have syntax errors.
Jun 20, 2017
63cb540
Version v2.0.0-alpha.
Jun 20, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Finished removing rest of immutable stuff from reducer.
  • Loading branch information
prescottprue committed Mar 21, 2017
commit 53175d0d97ec845b5dbed25c1451774fb10a3a9b
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contributing Guidelines

Some basic conventions for contributing to this project.
Thanks for taking the time to look into contributing! Below are some basic conventions for contributing to this project.

### General

Please make sure that there aren't existing pull requests attempting to address the issue mentioned. Likewise, please check for issues related to update, as someone else may be working on the issue in a branch or fork.
Please make sure that there aren't existing pull requests or [plans on the roadmap](http://react-redux-firebase.com/docs/roadmap.html) attempting to address the issue mentioned. Likewise, please check for issues related to update, as someone else may be working on the issue in a branch or fork.

* Non-trivial changes should be discussed in an issue first
* Non-trivial changes should be discussed in an issue or on [gitter](https://gitter.im/redux-firebase/Lobby) first
* Develop in a topic branch, not master
* Squash your commits

Expand Down
29 changes: 23 additions & 6 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* `INIT_BY_PATH` action type no longer exists (replaced with `UNSET_LISTENER`)
* Action is no longer automatically fired when removing listeners (not enabled by default as it removes data from redux)

### Enhancements
### Features
* Webpack 2 support (fixes [#64](https://github.com/prescottprue/react-redux-firebase/issues/64))
* Helpers are available as imports from top level:
```js
Expand All @@ -29,28 +29,45 @@ import { pathToJS, dataToJS, populatedDataToJS } from 'react-redux-firebase'

## Upcoming Minor Version (`v1.4.0`)

**Note:** These changes are subject to change
**Note:** Subject to change

#### Breaking Changes
*None Yet Planned*

#### Enhancements
#### Features
* `react-native` support
* Server Side Rendering Support described in [#72](https://github.com/prescottprue/react-redux-firebase/issues/72))
* Option for populated items updating when changed [#69](https://github.com/prescottprue/react-redux-firebase/issues/69)
* Support for Boilerplates ([#53](https://github.com/prescottprue/react-redux-firebase/issues/53))

## Future Minor Versions (`v1.*.*`)

**Note:** Subject to change

#### Breaking Changes
*None Yet Planned*

#### Features
* Nested populates [#85](https://github.com/prescottprue/react-redux-firebase/issues/85))

## Upcoming Major Version (`v2.0.0`)

**NOTE:** The changes are unconfirmed and will most likely change

#### Breaking Changes
* Remove usage of Immutable Maps (no more need for `pathToJS()` and `dataToJS()` to load data from redux)
* reducer split into multiple nested reducers (follows [standard for nesting of reducers using combine reducers](http://redux.js.org/docs/recipes/reducers/UpdatingNormalizedData.html))
* reducer split into multiple nested reducers for a few reasons:
* follows [standard for nesting of reducers using combine reducers](http://redux.js.org/docs/recipes/reducers/UpdatingNormalizedData.html)).
* allows for separately importable reducers (for placing in other parts of redux other than `state.firebase`)
* Improved rendering/update performance for `react` as described in [#84](https://github.com/prescottprue/react-redux-firebase/issues/84)

#### Enhancements
#### Features
* `AuthRequired` decorator (or decorator factory) that forces auth to exist before rendering component
* Implement [`firebase-server`](https://github.com/urish/firebase-server) for tests instead of using demo firebase instance
* Possibility of delayed initialization as mentioned in [#70](https://github.com/prescottprue/react-redux-firebase/issues/70) (more research needed)

#### Enhancements
* Implement [`firebase-server`](https://github.com/urish/firebase-server) for tests instead of using demo firebase instance

### Long Term Goals
* Routing decorators (most likely to include `@AuthRequired`, `@DataLoaded` and `@RedirectOnAuth`)
* `firebase-admin` integration described in [#22](https://github.com/prescottprue/react-redux-firebase/issues/22)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-firebase",
"version": "1.3.3",
"version": "2.0.0-alpha",
"description": "Redux integration for Firebase. Comes with a Higher Order Component for use with React.",
"browser": "dist/react-redux-firebase.js",
"main": "lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const actionsPrefix = '@@reactReduxFirebase'
* @description Object containing all action types
* @property {String} START - `@@reactReduxFirebase/START`
* @property {String} SET - `@@reactReduxFirebase/SET`
* @property {String} SET_ORDERED - `@@reactReduxFirebase/SET_ORDERED`
* @property {String} SET_PROFILE - `@@reactReduxFirebase/SET_PROFILE`
* @property {String} LOGIN - `@@reactReduxFirebase/LOGIN`
* @property {String} LOGOUT - `@@reactReduxFirebase/LOGOUT`
Expand Down
Loading