Hi everyone. I am making an app where i am implementing teams right now. I want to be able to add a 6 to 10 digit identifier to the team which players can use as an invite. Meaning that if they were to put it into an input field it should search for a team with that existing teamnumber. Can i use this: https://appwrite.io/docs/products/auth/teams. Or would i have to create something with the databases to be able to do this?
any bit helps
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...