Skip to content

Is registerUnidentifiedUser() idempotent? #469

@bertrand-caron

Description

@bertrand-caron

Hi,

The docs are unclear whether Intercom.registerUnidentifiedUser() is idempotent or not.

I.e. if I call:

await Intercom.registerUnidentifiedUser()

and,

await Intercom.registerUnidentifiedUser()
await Intercom.logout()
await Intercom.registerUnidentifiedUser()

do I end up in the same state?

If not, how do I know whether registerUnidentifiedUser has already been called?

Thanks a lot :)

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