I'm developing an app in C#, in this program I want to prevent the user from being able to login on more than one device without first performing authorization on the old device or requesting a change of device via the registered email. I'm using Firebase as my database
So far I've seen something about DeviceID but I didn't get it right and I don't know if that's the way