I am building an app which has two types of users, sellers and buyers. Both sellers and buyers have different pages and forms for their registration. I have built the logic for registration of both users and that is working fine.
How can I write the logic for their login. I am confused between those guard and providers. How should I proceed. It would be nice if you share some tutorial or provide the steps to do this. Thanks