louisbarclay / nudge

Nudge makes the internet less addictive.
https://nudgeware.io
MIT License
144 stars 9 forks source link

Link user ID to Chrome user ID #16

Closed louisbarclay closed 4 years ago

louisbarclay commented 7 years ago

Figure out way to use Chrome user ID so that if user is logged into Chrome, each time they reload Nudge extension it doesn't create them a new ID for storing data across to server.

louisbarclay commented 7 years ago

should be able to do this with

https://developer.chrome.com/apps/identity

louisbarclay commented 7 years ago

@danieljvdm - this is the stage that's needed before sending data to any server / analytics tool. Essentially userID needs to be generated off chrome identity tools - so that userID stays the same if app is deleted and re-installed. I haven't looked at it properly yet / done any implementation of it

louisbarclay commented 4 years ago

Dropped