Hi Mark,
Sorry for the long delay in responding. I figured out the problem was I was using user.data.firstName
, etc... for the built-in profile fields. Instead, it should be user.firstName
. It's working fine now; thank you for the guidance on how to debug it!