FunctionsClubCardGenerateUniqueIDClubCardGenerateUniqueID CallableClubCardGenerateUniqueID(cardID: number): stringGenerates a globally unique identifier (UniqueID) for a card. The UniqueID is composed of the card's base ID, a high-precision timestamp, and an incrementing counter to ensure uniqueness.ParameterscardID: numberThe base ID of the card.Returns stringA unique string identifier for the card.
Generates a globally unique identifier (UniqueID) for a card. The UniqueID is composed of the card's base ID, a high-precision timestamp, and an incrementing counter to ensure uniqueness.