-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorization rules in bolt #50
Comments
+1 |
Here is my attempt, seem to work. Customize to your own needs. Not sure about the
|
Thoughts on why firebase-queue should not exist in our bolt rules
What I am having problems with is the last list item. |
I fixed the Any bug in the Bolt repo yesterday if you want to try it out (I will release it via npm along with other bug fixes in the next day or so - probably as version 0.8.1). BTW - while it currently works to call methods like hasChildren() and isBoolean() in your own validate methods, it's more idiomatic to use type statements.
|
@mckoss Is there a way to get "$other": to be replaced with a custom expression? "$other":{ '.validate': "auth != null && auth.uid == 'feature-worker'" } benefits:
|
We're using the bolt compiler for our authorization rules. Can we get a port of the authorization rules to bolt please?
The text was updated successfully, but these errors were encountered: