Link your game’s users with Forge for persistence and state management
Field | Description |
---|---|
id | The unique identifier for the user. |
externalId | Optional. An identifier linking the user to an external system or your game. |
createdAt | The timestamp when the user was created. |
updatedAt | The timestamp when the user was last updated. |
teamId | The unique identifier of the team (game) the user belongs to. |