Identify Users
How do I identify my users or customers using Zipy?
import zipy from 'zipyai-react-native';zipy.identify("[email protected]",{ //uuid should be unique for all the users email: "[email protected]", firstName: "Charles", lastName : "Brandon", })
import zipy from 'zipyai-react-native';
zipy.anonymize();
Custom identifiers
Last updated