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
You should use the Database (Realtime Database or Firestore) to save user’s devices and check from there if he can login.