Open petark7 opened 1 month ago
Implement registration similar to how login is implemented.
Implementing email confirmation check can be done with Firebase's email confirmation functionality (both send email and check if user is verified). No need for custom implementation (for now).
Implement registration similar to how login is implemented.