Hi,
Can universal login be used for updating profile? I have successfully logged in using that widget, but I can’t find anything that can simplify updating trivial fields such as nickname and picture without hitting management api (with its own complexity of creating M2M api).
I’m using auth0 in my expo app and am using its react native sdk, which is very limited imo.
So, is there a pre built widget for updating the data that is coming from universal login?
Thanks.