why is phone not available in membership? https://appwrite.io/docs/models/membership
#[SOLVED] membership
11 messages · Page 1 of 1 (latest)
Of the last 4 apps I've developed with appwrite, it has a boring repetition.
I always need to create a collection to store shared user data, such as phone, photo and address.
The user has Preferences can't we have a shared preferences accessible in the membership?
Hi - I understand your thoughts on this. What is your use case?
my use case is very simple, I want to create a list of my users (https://appwrite.io/docs/client/teams?sdk=web-default#teamsListMemberships)
like this:
Are you using teams for permissions?
also
i see. ya...personally, i don't even like email being included in the team memberships because there are cases where i may want to prevent people from seeing other people's emails
so if the user had a shared preference I think it would make it easier. It's just an idea to avoid creating a new collection + cloud function to update
Users were meant to be private, but here's a related issue on extending users: https://github.com/appwrite/appwrite/issues/4805