Hello , I am implementing a cricket match app ,i have used Teams API for cricket teams.
I have implemented Match feature (Showing both participating Teams) not knowing that i can not read teams that the current user is not part of.
Is there any way i can read the opponent team details of the current match (The current user will be only part of one of the participating team in a match).
Summary
User wants a way to access the details of a Team (Teams API) that the current user is not a part of. They suggest that Appwrite should provide Read permission for User & Teams for other users, or an option for the admin to enable/disable this behavior. The user is currently implementing Teams functionality with a database, but wonders if using collections would be a better option. They are developing a cricket match app and have successfully implemented the Match feature, but are now unable to read the details of the opponent team in the current match. They ask if there is a way to access the opponent team details.
james54
Rank 2: Process
Nov 12, 2023, 18:18
Way to get Team (Teams API) that current user is not a part of.
Drake
Nov 12, 2023, 22:18
Hmm perhaps it would be better to store some of that info in collections instead 🧐
james54
Rank 2: Process
Nov 13, 2023, 05:52
I think appwrite should give Read permission for User & Teams for other users (Or give option to admin for turning on and off this behavior)
For now i think i should have to implement Teams functionality with Database am i correct?