Skip to content
New issue

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

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

Already on GitHub? # to your account

ParseInstallation implementation #95

Merged
merged 1 commit into from
Mar 5, 2019

Conversation

IonAgorria
Copy link
Contributor

This adds ParseInstallation class, one issue I have found is getting the TimeZone from flutter in same way that Parse Server excepts (Europe/Madrid).

Also an dependency to deviceinfo was added to get Locale value from device using platform code, a better approach would be to add platform specific code in this library instead of using external libraries. This could also solve the problem with TimeZone as we could simply copy the way iOS/Android handles it.

Copy link
Member

@phillwiggins phillwiggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really great work. Thank you for your contribution.

@phillwiggins phillwiggins merged commit 565d429 into parse-community:master Mar 5, 2019
@RodrigoSMarques
Copy link
Contributor

How to use ACL. I noticed that get and set methods were implemented. Can you give an example?
The ACL could be implemented directly in ParseObject.

Thank you.

@phillwiggins
Copy link
Member

phillwiggins commented Mar 5, 2019 via email

@RodrigoSMarques
Copy link
Contributor

OK. Thanks phillwiggins.

@IonAgorria IonAgorria deleted the installation branch March 18, 2019 17:40
fischerscode pushed a commit to fischerscode/Parse-SDK-Flutter that referenced this pull request Sep 5, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants