-
-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Description
Hello,
When login with facebook or twitter, ParseLoginFragment is creating a new column in the object User called "name".
https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseUI-Login/src/main/java/com/parse/ui/ParseLoginFragment.java#L350
In my opinion this is wrong, because it is not normal creating a column if the programmer does not want.
Apart from that, the iOS version does not do that, as you can see here:
https://github.com/ParsePlatform/ParseUI-iOS/blob/master/ParseUI/Classes/LogInViewController/PFLogInViewController.m#L320
In other others, logic in iOS and Android should be aligned.
I already modified the library removing that extra logic. Do you want a pull request? Is there anyone maintaining this library?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels