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

Method android

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

Source from the content-addressed store, hash-verified

432 }
433
434 get android() {
435 return this.native;
436 }
437}
438
439export class Query<T extends DocumentData = DocumentData> implements IQuery<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected