
How do I update the list of related documents of a collection?
I don't want to do a join, just update a relationship attribute to add one more related document but relationship attributes can't be queried

So I can use delete on cascade

I guess I have to query all related documents ids and update relationship attributte with the full list of ids
Recommended threads
- Login with google error, Error 400: redi...
Hi, when i login with Oauth2 , using createOAuth2Session( 'google', 'http://localhost:5173/', 'http://localhost:5173/' ); It give...
- Google login error: {"message":"Invalid ...
hi, im trying to use google login with account.createOAuth2Session( 'google', 'profevardilla.pages.dev', 'profevardilla.pages.dev'...
- Create owner team member with Server fun...
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the requ...
