I'm working on an app project for a company and I ended up getting into a problem I did not find how to fix it.
I'd like to limit access to certain parts of the app to different users.
Ex: I would like company administrators with their logins to see things in the app that employees, with their logins, could not see.
- Allow only admin-only pages, so other users can not access.
I'm using Firebase and Android Studio , I'd like to know if there's a class or API for it.