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

Method ios

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

Source from the content-addressed store, hash-verified

700 }
701
702 get ios() {
703 return this.native;
704 }
705}
706
707export class CollectionReference<T extends DocumentData = DocumentData> extends Query<T> implements ICollectionReference<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected