Identify User

This API is primarily used to identify your user, sort of like a log in kind of method. The API takes two strings, the user's email being the first, and the user's name for the second.

Luciq.identifyUser(withID: "1", email: "[email protected]", name: "John Appleseed")
triangle-exclamation

IMPORTANT: userID Must Be Unique

Last updated