Authentication logic and pages - Zanegerous/CopperToGold GitHub Wiki

login.tsx


loginWithEmailAndPassword

attempts to sign in the current user with whatever email and password they typed in using firebase authentication.


handleLogin

Function that calls loginWithEmailAndPassword and interpret common firebase error codes


register.tsx


registerWithEmailAndPassword

Registers user after validating email and password.