1
I have a web system that will be used by two different types of users, the administrator and the common.
There are some options that will only be available to the administrator (for example, register new users). How would I do this setting using firebase? since the user management itself consists of only 'login' and 'password' and does not offer me the possibility to add new fields such as 'user type''.
I have read the firebase documentation and there is no reference to it in itself.
Your question is not clear, exactly what context is the system intended for (mobile, web)? Is this about a login system or about administration and authentication in Firebase? "Generic" questions tend to receive "generic answers"... this goes against the community q seeks to bring a more "qualified knowledge sharing".
– Lauro Moraes
If it’s only in Firebase it might help: https://firebase.google.com/docs/auth/users
– Lauro Moraes
Hello @Lauromoraes, I edited the question so that it is more detailed.
– Leticia Fatima