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

Method firestore

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

Source from the content-addressed store, hash-verified

774 }
775
776 get firestore(): Firestore {
777 return Firestore.fromNative(this.native.firestore);
778 }
779
780 get id(): string {
781 return this.native.documentID;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected