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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iβm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...