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

Method android

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

Source from the content-addressed store, hash-verified

645 }
646
647 get android() {
648 return this.native;
649 }
650}
651
652export 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