Hi everyone would like to ask is this type of scenario possible in using firebase?
The scenario: User will need to make a request to the admin. The admin will need to review all the application before approving the account to be created. In Firebase
So my thought is that using Firestore to save all the user's information and as well as the email and password and one of the attribute is userapproval
and it is a boolean and when admin approve it, it will change to 1 and firebase will auto create a user using the available email and password that user's key in.
Thank you so much for reading. Really hope that there is a method that can work in this scenario. Can't seems to find anyway to make it work.