A property wrapper that marks anOptional<Date> field to bepopulated with a server timestamp. If aCodable object being writtencontains anil for an@ServerTimestamp-annotated field, it will bereplaced withServerValue.timestamp() as it is sent.
Example:
structCustomModel{@ServerTimestampvarts:Date?}
Then writingCustomModel(ts: nil) will tell server to fillts withcurrent timestamp.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-05-11 UTC."],[],[]]