This is for a messaging web app. Is there a universal ID assigned to each device that can be pulled through a web browser, which is brand/operating software agnostic?
I'd like to grab a unique ID related to a user that visits my website and save it to my database as that unique user for that device. Is this possible?
My goal is to assign users based on them accessing through a given device rather than signing up with a username. Theoretically, everyone is a user as soon as they access the site.
It's a messaging app run through the mobile web browser only but I don't want to hassle users through a sign up or login process. The device accessing the site would prompt me to send them data based on their user profile.