Firebase authentication limit login by the same user

后端 未结 3 2138
感情败类
感情败类 2020-12-06 22:11

is there a way in Firebase to limit the number of logins by the same user at the same time, says I want to put a limit of 3 devices at a time for one single account, how can

3条回答
  •  甜味超标
    2020-12-06 22:56

    You should use the Database (Realtime Database or Firestore) to save user’s devices and check from there if he can login.

提交回复
热议问题