Skip to main content

Interface: HasDereference

Interface used solely for

Inherit Doc

Implemented by

Methods

dereference

dereference(): any

Dereferences the document references in the result of this query. For example, collection.query().snapshot() returns an array of DocumentReference objects, but collection.query().dereference().snapshot() returns an array of the actual document data.

Returns

any