I’m trying to use the auth0_flutter pub package for my Flutter project. The UserProfile class that’s used with authentication does not have user_metadata - is there a way to include that? The same class has an address, but what would that reflect when there’s no specified field for a user’s address in the Auth0 User management console.
Is the solution to hit the API directly without the package? Or is it necessary to set up an Action to get the information?