How to efficiently handle User Profile attributes?

@mholtzman, how do you handle creating new users in your system? Do you create them directly in Auth0 and then create a record in your local database, or do you handle all that locally and let Auth0 migrate the new user during the first login?