Skip to content

Allow adding additional columns to ParseUser through the set call #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

VigneshPasupathy
Copy link
Contributor

Previous Pull Request: #231
Pull Request Details:
var user = ParseUser("TestFlutter", "TestPassword123", "[email protected]")
..set("userLocation", "FlutterLand");

Currently ParseUser Signup only writes username, email Id, password to the User database and doesn't accept additional columns added through the .set(key, value) API even though the data is available in objectData.

Modifying the signup() code to accommodate for the same.

@phillwiggins phillwiggins merged commit d857c3a into parse-community:release/1.0.23 Jul 30, 2019
fischerscode pushed a commit to fischerscode/Parse-SDK-Flutter that referenced this pull request Sep 5, 2020
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.

2 participants