Log out
Learn how to log out customers.
Call logOut to log out a customer from chat. logOut removes all conversations from the device.
logOut won't clear any global settings (for example, chat settings and business hours) data.
import KustomerChat from '@kustomer/chat-react-native';
KustomerChat.logOut();
Updated over 2 years ago