Use case
We use the Clerk externalId as the identifier for everything related to the user as it is our id. However, I noticed with the flutter sdk that the authState.user object doesn't seem to return externalId at all?
Proposal
Return externalId as part of the user object.
Use case
We use the Clerk
externalIdas the identifier for everything related to the user as it is our id. However, I noticed with the flutter sdk that theauthState.userobject doesn't seem to returnexternalIdat all?Proposal
Return
externalIdas part of the user object.