Skip to main content

Reset User

Overview

This article serves to explain how to use the SDKs to quickly reset the user context on Client-Side SDKs.

Identifying a User or Setting Properties

Currently, the Identify function is only available on Client-Side SDKs. These SDKs are built to work in a single-user context on the device. The DevCycle Client-Side SDKs contain local storage of the current user's information for re-use with each function call. Using the Identify function will add to this storage. Using this function will completely reset the current user in context.

Client-Side SDK Usage

• Javascript SDK

• React SDK

• React Native SDK

• Flutter SDK

• iOS SDK

• Android SDK