Skip to content

ParseData() should be initialized #6

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

Closed
wants to merge 1 commit into from

Conversation

PiotrWpl
Copy link
Contributor

Because data variable was never initialized, it was always null, and getting values like "masterKey" or "applicationId" will never work correctly. So, we need to initialize it first.

Because data variable was never initialized, it was always null, and getting values like "masterKey" or "applicationId" will never work correctly. So, we need to initialize it first.
@phillwiggins
Copy link
Member

Already done :-)

phillwiggins pushed a commit that referenced this pull request Feb 20, 2019
@RodrigoSMarques RodrigoSMarques mentioned this pull request Jun 11, 2019
@phillwiggins phillwiggins mentioned this pull request Mar 9, 2020
fischerscode pushed a commit to fischerscode/Parse-SDK-Flutter that referenced this pull request Sep 5, 2020
@pastordee pastordee mentioned this pull request Apr 26, 2021
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