I've got a question about how firebase email verification work.
Case:
- My user signed in my site (using device A).
- They create another account using other browser or device (device B), but they open email verification link with browser and device which he is already signed in (which is device A).
What happened to the already signed in user (in device A)? Is firebase signed them out or just verify new email, but still signed in with the current user?