User Identification
This section covers how to bind each report to the identity of the user reporting the problem for your React Native apps. You have the flexibility to add some extra attributes about the device as well
User Email and Name
Luciq.identifyUser("e-mail", "username", "id");
//Example:
Luciq.identifyUser("[email protected]", "John Appleseed", "2374927027");User Data
Logout
Last updated