How can we avoid users from signing in to an android application using the same login credentials from different devices in Android Studio Firebase? Just want to know if it is possible to make user login to a single device only at a time using particular login credential?
Asked
Active
Viewed 431 times
0
-
try https://firebase.google.com/docs/projects/manage-installations#android – Amod Gokhale Dec 28 '20 at 14:42
-
1There is nothing built in for this, and it's actually quite a bit more complex than you may initially realize. I'll link some relevant questions/answers. – Frank van Puffelen Dec 28 '20 at 16:02