I'm trying to only allow some users upload files to a certain folder on Firebase Storage.
The role of the users can be found in the database, any idea how I could access that in the Firebase Storage rules (by only using Firebase).
I know you can check whether a user is logged in or not, but there has to be a way to dig deeper, right?
Kind regards Bram