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

Method android

packages/firebase-firestore/index.android.ts:763–765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

761 }
762
763 get android() {
764 return this.native;
765 }
766}
767
768export 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