I want to add the ability for already registered users to log in using Facebook. I'm using signInWithPopup method with FacebookAuthProvider for this. But when user with the same email does not exist, Firebase creating the new user - what I don't need.
Can I somehow cancel the creation of a new user after successful login via Facebook, if I do not have a user with the same Email?