So if we want to store first name, last name, we should create an associated profiles table right?
g
garyaustin
05/26/2022, 11:59 PM
That is the most flexible way as it allows access as desired for joining, updating with standard database calls. You could store that in user meta data in the auth.users table, but then it is harder to use.