In my app, all the functionalities were working under API call including Authentication like Login api and Register api calls. But for some reasons, I wish change the flow of authentication through Firebase firestore and i need to store it in firestore database including OTP validation through Mobile Number.
So what are the necessary changes that I have to do in authentication without the help of the any API calls??
I need make authentication process without the help of the api calls and to store all the user data within the firestore itself instead of using to store it in SQL database!!!!
Vishali S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.