Skip to content

Facebook and Twitter login are creating a new column called "name" #145

@Ricardo1980

Description

@Ricardo1980

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions