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

Method fromNative

packages/firebase-firestore/index.ios.ts:391–398  ·  view source on GitHub ↗
(query: FIRQuery)

Source from the content-addressed store, hash-verified

389 _native: FIRQuery;
390
391 static fromNative(query: FIRQuery): Query {
392 if (query instanceof FIRQuery) {
393 const nativeQuery = new Query();
394 nativeQuery._native = query;
395 return nativeQuery;
396 }
397 return null;
398 }
399
400 endAt(snapshot: DocumentSnapshot<T>): Query;
401 endAt(fieldValues: FieldValue[]): Query;

Callers 15

appMethod · 0.45
appMethod · 0.45
deserializeFieldFunction · 0.45
deleteMethod · 0.45
getMethod · 0.45
updateMethod · 0.45
setMethod · 0.45
metadataMethod · 0.45
refMethod · 0.45
docMethod · 0.45
endAtMethod · 0.45
endBeforeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected