I’ve somehow got two users with the same emails and the same auth providers. This is not a singular occasion.
Loks like
-EMAIL---PROVIDER-ID-
|[email protected]|google|123
|[email protected]|google|456
How’s that possible? Is it an expected invariant that I should handle in my code?
The situation is very unexpected as my default expectation was “same provider = 1 email”.
2