-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add objective contributors create/remove functions #851
Conversation
8dfddff
to
5f7cfc7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
firestore.rules
Outdated
/** | ||
* Return true if the current user is a member of the parent of the | ||
* document's objective *before* performing the action. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Har du sett noe rundt syntaks for kommentarer i CEL? Er det bare //
som egentlig er akseptert? (Min syntax-highlighter er ikke så glad, men er heller ikke så veldig farlig.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, hm. Ser ut som de andre kommentarene blir ignorert også, men da bytter jeg dem om.
}, | ||
objective: { | ||
type: 'reference', | ||
required: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Denne skal ikke være påkrevd?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jo. ;)
Add create and remove functions for the new objective contributors collection.
5f7cfc7
to
e63e700
Compare
e63e700
to
f801fe4
Compare
Add create and remove functions for the new objective contributors collection.