I have a registration form, and I wish the administrator can enable or disable (via code, from his account inside the app) a user when asked to register.
In other words, I would like that the registration of a user can be approved (via code, not using the Firebase console) by a administrator before become effective.
How can I get this? I did not found sufficiently complete answer to this question.
Thanks!