MCPcopy Index your code
hub / github.com/NativeScript/firebase / doc

Method doc

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

Source from the content-addressed store, hash-verified

396 }
397
398 get doc() {
399 return QueryDocumentSnapshot.fromNative(this.native.getDocument());
400 }
401
402 get newIndex(): number {
403 return this.native.getNewIndex();

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected