Reputation: 13
i'm quite new to Firebase and currently having some trouble trying to implement a custom role for my project. Is there a way to set a role with only Database permissions (add and delete) and another one responsible only for Authentication? Thanks in advance!
Upvotes: 1
Views: 874
Reputation: 599041
This level of granular access control is being rolled out in the Firebase console right now. If your project has it, you'll find it by:
You'll note that the database role is still less granular than what you want, you can simply allow the user to edit the database or not.
Upvotes: 1
Reputation: 1500
You can customise access from project settings in firebase console. Search for settings icon at upper left corner and then go to project settings. There will be some option of users from where you can customise access.
Upvotes: 1