feat(authentication): return email
property of FirebaseAuthUserCollisionException
#595
Open
3 of 12 tasks
Labels
Plugin(s)
Current problem
On login
account-exists-with-different-credential
error might happen, in this case we need to know user email that signInWithCredential method throws in FirebaseAuthUserCollisionException exception, so we can use it with fetchSignInMethodsForEmail method as mentioned in this issue: #592Preferred solution
signInWithCredential will pass
email
property to Capacitor js scope on FirebaseAuthUserCollisionException exceptionAlternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: