Skip to content

Does logout delete all the local user data? #83

Closed
@rickspencer3

Description

@rickspencer3

I am using user.logout(). what I think is happening:

  1. Session data gets deleted from the Parse server.
  2. All of the local user data gets deleted from the shared preferences.

#1 is expected, but #2 is not. Is it possible that logout() could leave the user data in place so that I can easily log the user back in again?

Perhaps I am not understanding what is happening correctly? I am testing on an android emulator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:questionSupport or code-level question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions