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

Method doc

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

Source from the content-addressed store, hash-verified

345 }
346
347 get doc() {
348 return QueryDocumentSnapshot.fromNative(this.native.document);
349 }
350
351 get newIndex(): number {
352 return this.native.newIndex;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected