0
I have an app that when installed and logged in by firebase, the user will not be able to use your account on another device. In case, if you need to change the device the user will have to ask for the release to a supervisor.
I’m using native Android, firebase auth e firebase Realtime database.
I couldn’t think of an uncomplicated way to do this... Can anyone help me? Thanks in advance!
Why not write a token to the user table you saved on the device, and whenever you log compare the token
– arllondias
But if he clears the cache then it will complicate...
– Rafael Silva
And if you record in the base device information?
– arllondias