I am trying to set up email verification on an existing project. I stumbled into two different documentation that uses two different methods for this but still follows the same flow
The only difference that I saw was that we have to specifically create the ActionCodeSettings object when using sendSignInLinkToEmail so as to specify that it is being used for verification whereas this is not needed when using sendEmailVerification.
I am assuming, the main difference in the explanation of the docs was that one was used in authenticating the user, and the other was used to verify the user. Although this security StackExchange post helped me understand the difference a little bit, I still am confused about how it differentiates in the context of the user's sign in experience