
Hey AppWriters! Day 2 for me 😅
I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then only accessible to the user/team that created it.
- I see lots of really useful code examples, but I don't see enough context. For example, only a Team Admin role should be able to invite or remove a team member.
- When a document is created, can we automatically assign the team id, per the auth token, to a team_id on a document?
Just need to get a foot hold on this stuff then I'll be flying!
Thanks for your support 😅
Recommended threads
- Oauth2-Error 400Invalid `success` param:...
My code: > await new Account(client).createOAuth2Session(OAuthProvider.Google, 'https://www.mydomain.online/home', 'https://www.mydomain.online'); I ha...
- Issue with `listDocuments` when using qu...
Hello, Appwrite team! I'm having an issue with `listDocuments` when using query modifiers: **Environment:** - Self-hosted Appwrite (`Version 1.4.13`) installe...
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
