Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ endAt
Method
endAt
packages/firebase-firestore/index.d.ts:12–12 ·
view source on GitHub ↗
(snapshot: IDocumentSnapshot<T>)
Source
from the content-addressed store, hash-verified
10
11
export
interface
IQuery<T extends DocumentData = DocumentData> {
12
endAt(snapshot: IDocumentSnapshot<T>): IQuery<T>;
13
14
endAt(fieldValues: IFieldValue[]): IQuery<T>;
15
Callers
2
endAt
Method · 0.65
endAt
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected