Encodes an instance of Encodable and overwrites the encoded data
to the path referred by this DatabaseReference. If no value exists,
it is created. If a value already exists, it is overwritten.
See Database.Encoder for more details about the encoding process.
An instance of Encodable to be encoded to a document.
encoder
An encoder instance to use to run the encoding.
completion
A block to execute once the value has been successfully
written to the server. This block will not be called while
the client is offline, though local changes will be visible
immediately.
[[["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."],[],[]]