Rank 1: Thread
I want to save the preferences of my users during the signup phase, like this:
email: 'user@example.com', password: 'password', data: {'userType': 'doctor'}, // other is patient);but account.create does not have the data property.
I have two different users, how can I separate them when signing up or?