unsafeMetadata property
Metadata saved on the user, that can be updated from both the Frontend and Backend APIs. Note: Since this data can be modified from the frontend, it is not guaranteed to be safe.
Implementation
Map<String, Object>? unsafeMetadata;