Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Feature: Extend the user class #4805

Open
2 tasks done
rares45 opened this issue Nov 30, 2022 · 4 comments
Open
2 tasks done

馃殌 Feature: Extend the user class #4805

rares45 opened this issue Nov 30, 2022 · 4 comments
Labels
product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services. product / databases Fixes and upgrades for the Appwrite Database.

Comments

@rares45
Copy link

rares45 commented Nov 30, 2022

馃敄 Feature description

In the Auth tab, you could select a collection in a database that extends the user. So when you create a user by

account.create('[USER_ID]', '[email protected]', 'password');

Appwrite also creates a document in that collection. When deleting the user it would also delete the document and so on.
The new create API would look something like this:

account.create('[USER_ID]', '[email protected]', 'password', {User custom fields});

Something similar could be done with the user preferences.

馃帳 Pitch

In my use case, the user has also a user name and profile picture so sign-up is not a one API call process and it might result in a lack of the document that represents the other fields if the app is closed right between calls. This would allow a simpler sign-up process and user deletion without functions.

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@stnguyen90 stnguyen90 added the product / databases Fixes and upgrades for the Appwrite Database. label Dec 1, 2022
@stnguyen90 stnguyen90 added the product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services. label Jan 31, 2023
@TheMaverickProgrammer
Copy link

Is this issue still in progress? I'm interested in extended the user account information as well.

@caiotarifa
Copy link

Yes, it would be awesome.

@HaizhiH
Copy link

HaizhiH commented Oct 26, 2023

+99

@codscino
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services. product / databases Fixes and upgrades for the Appwrite Database.
Projects
None yet
Development

No branches or pull requests

6 participants