Get Started
/Identification
Identification
Learn how to identify users in your application.
To identify users, you can set a user data. This is useful for tracking users across multiple devices and sessions.
User params
import ls from "@livesession/browser"; ls.identify({name: "John Doe", email: "john.doe@example.com"})
Learn more about user browser methods here.
Built with
Show your support! Star us on GitHub ⭐️