Scenario:
I have two applications for the Company.
Database: Firebase User Creation: Adding a user using the Authentication option in Firebase.
When a user is created using Firebase, the user will act as an admin for both Mobile PWA and Web-based apps.
Currently, the user(admin) is sharing the login credentials for both apps.
Problem: How the admin can add the users separately for the app and create user roles/groups, and user access in the application and password sharing be avoided among the users?
Note: Only one account will be added to the Firebase to access both the app. The users in the company don't have mobile phones or individual email IDs.
I am trying to find a solution where the admin can create an 'n' number of users in the application and the admin doesn't need to share his login credentials.
If you are tired of sharing admin login details and want to manage user roles and access more smoothly, here’s a quick rundown of what you can do:
Finally, build out that admin panel, organize your database for roles and permissions, use Firebase to handle logins, and make sure users can reset their passwords on their own. No more sharing admin credentials and everything’s managed in one place. Easy peasy!