Skip to content

User id is not retrievable from BaasUser Object #47

@maksudc

Description

@maksudc

Once I login with

BaasUser user = BaasUser.withUsername("{{ USERNAME }}").setPassword("{{ PASSWORD }}");
user.loginSync();

There is no such method like user.getId()

I can get userId by doing raw request to the login and signup endpoint. But through api there is no way.

I need to link user with another user as my app contains much complex relationship among users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions