Who else is in a document, flattened to one entry per participant per location
so it can be rendered straight against a field.
Reading presence never announces anything. Use useReportPresence to make the
current user visible to others.
Prefer this over usePresence when you care about one document: usePresence
returns every participant in the whole project and dataset, leaving the filtering
to you.
Resolves the document through its perspective exactly as useReportPresence does,
so reads match writes. Participants are counted by session, so one person in two
tabs appears twice.
Who else is in a document, flattened to one entry per participant per location so it can be rendered straight against a field.
Reading presence never announces anything. Use
useReportPresenceto make the current user visible to others.Prefer this over
usePresencewhen you care about one document:usePresencereturns every participant in the whole project and dataset, leaving the filtering to you.Resolves the document through its perspective exactly as
useReportPresencedoes, so reads match writes. Participants are counted by session, so one person in two tabs appears twice.