-
Notifications
You must be signed in to change notification settings - Fork 639
Description
Description:
I need to check programmatic if user have IAM specific role or any permission
I'm currently working on a project where I need to implement a function to verify whether a user possesses the necessary IAM (Identity and Access Management) permissions to write to a Firebase database.
Challenge:
I'm facing a challenge in determining how to programmatically check whether a user has the requisite IAM permissions. It's crucial for our application's functionality and security that we accurately identify users' roles before allowing database writes.
Request for Assistance:
I would greatly appreciate your guidance on how to approach this issue effectively. Are there any Firebase APIs or methodologies that can assist in verifying users' IAM permissions programmatically? Additionally, if you have any best practices or recommendations for implementing role-based access control in Firebase, I would be eager to hear them.