in relation to that, would like some clarification...
# support-questions
z
in relation to that, would like some clarifications between the three 1.
EmailPassword
2.
ThirdParty
3.
ThirdPartyEmailPassword
the #3 shares the same init signature as #1, if #2 suggests it's both sign in + sign up in one go via
ThirdParty.signInUp()
, how does #3 behave with
ThirdPartyEmailPassword.signInUp()
? does it fire on both
signInFeature
and
signOutFeature
?
2 Views