I have a Firebase application, and I want to know if it is possible to restrict the Firebase Console user to only the Authorization tab. (for CRUD users). Access must be via the Firebase (regular) web console

In particular, I do not want the user to see the database data through the web console. Is it possible? I managed to give him access to the whole project, and he can do everything that I can (administrator).
I did not find anything about this in the documentation / search.
source
share