#How to store additional data like phone, location, and address while signing up.

8 messages · Page 1 of 1 (latest)

tawny hound
#

do i have to use User Preference,

stray yoke
#

If its just small amount of information, then yes use the User Preference.
But the User Preference has limit of 64KB for the total size, so if it bigger then that creating anouthr collection would be the best

tawny hound
stray yoke
#

So User Preference well suit you

tawny hound
stray yoke
tawny hound
stray yoke
#

For that create a function the listen to the event of user creation and then do something like this

users.updatePrefs('[USER_ID]', {});