I want the user to be logged in only from one device / instance at a time.
I am using firebase authorisation to log in. (Mirxtrems extension) as used by TIMAI2 in his tutorial "How to have Secure Rules on Firebase, and allow Auth Users to Read/Write"
So, if the user is "in session" from device a, they should not be able to log in from any other device.
Any leads how to use '" Authentication State Persistence". Any examples?
Much appreciated in advance.