Skip to content

Is registerUnidentifiedUser() idempotent? #469

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions