MCPcopy Create free account
hub / github.com/NativeScript/firebase / ios

Method ios

packages/firebase-firestore/index.ios.ts:587–589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

585 }
586
587 get ios() {
588 return this.native;
589 }
590}
591
592export class QueryDocumentSnapshot<T extends DocumentData = DocumentData> extends DocumentSnapshot<T> implements IQueryDocumentSnapshot<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected