Skip to content

Conversation

mrshll
Copy link

@mrshll mrshll commented Aug 31, 2016

fixes #23

@Bojhan
Copy link
Contributor

Bojhan commented Aug 31, 2016

I can verify that this fixes it. Great find! I immediately ran against this :) hard to debug!

Perhaps some of the examples could use a integration test?

@prescottprue
Copy link
Owner

I was receiving an error that state.setIn is not defined when trying to use it directly.

Will see if I was doing something wrong, but I totally agree with this change (which is why I have the comment of me doing that still in there).

@prescottprue
Copy link
Owner

In testing these changes now with the samples I still saw the state.setIn is not a function error.

I believe have found a solution now though, and will be publishing it soon.

prescottprue pushed a commit that referenced this pull request Aug 31, 2016
* Fixes #23 with code similar to #24
* Provider auth action now correctly creates authProvider and includes
email scope
@prescottprue prescottprue mentioned this pull request Sep 1, 2016
prescottprue added a commit that referenced this pull request Sep 1, 2016
* Fixes #23 with code similar to #24 (Object.assign removed from reducer)
* Provider auth action now correctly creates authProvider and includes
email scope
* Google Signup/Login in material example
* Provider login creates profile
* Unauthorized error added to handle failed read/writes
* `README.md` updated with version number and contributors
xymw pushed a commit to xymw/redux-firebasev3 that referenced this pull request Apr 30, 2017
* Populate section added to recipes
* Profile Params list populate added to roadmap to address prescottprue#24
* firebase-admin support added to roadmap to address prescottprue#22
* AuthRequired and Loading decorators added to roadmap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Object.assign breaks immutable object.
3 participants