Is your feature request related to a problem? Please describe.
For my emulator use case we need to allow editing of IAM policies. As this emulator doesn't implement even stubs of the IAM endpoints, we can't use it to test our code.
Describe the solution you'd like
It would be really useful if the bucket/iam endpoints were implemented in this emulator.
Describe alternatives you've considered
We looked into using the new firebase storage emulator but we need to create and delete buckets.
Is your feature request related to a problem? Please describe. For my emulator use case we need to allow editing of IAM policies. As this emulator doesn't implement even stubs of the IAM endpoints, we can't use it to test our code.
Describe the solution you'd like It would be really useful if the
bucket/iam
endpoints were implemented in this emulator.Describe alternatives you've considered We looked into using the new firebase storage emulator but we need to create and delete buckets.
Additional context GetIAMPolicy SetIAMPolicy