parse-community / ParseReact

Seamlessly bring Parse data into your React applications.
https://parseplatform.org
Other
1.3k stars 209 forks source link

Fix logOut bug #166

Closed davide-scalzo closed 7 years ago

davide-scalzo commented 8 years ago

oldLogOut() was executed after LocalSubscriptions.currentUser.update(); re-logging in the user. This should fix it.

facebook-github-bot commented 8 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

maqen commented 8 years ago

@davodesign84 great work on this! Seems to work wonders.

Have all the maintainers gone home? Wonder what will happen to this repo? Hope they will allow some others to maintain it.

facebook-github-bot commented 8 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

acinader commented 7 years ago

this is a duplicate of #179 (please re-open if i am wrong....)