petark7 / ecommerce

E-commerce app made with React, Redux, Tailwind and Firebase
https://fanciful-khapse-8927c0.netlify.app/
0 stars 0 forks source link

Implement registering #16

Open petark7 opened 1 month ago

petark7 commented 1 month ago

Implement registration similar to how login is implemented.

petark7 commented 1 month ago

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).