Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ startAfter
Method
startAfter
packages/firebase-firestore/index.d.ts:44–44 ·
view source on GitHub ↗
(snapshot: IDocumentSnapshot<T>)
Source
from the content-addressed store, hash-verified
42
orderBy(fieldPath: keyof T | IFieldPath, directionStr?:
'asc'
|
'desc'
): IQuery<T>;
43
44
startAfter(snapshot: IDocumentSnapshot<T>): IQuery<T>;
45
46
startAfter(fieldValues: IFieldValue[]): IQuery<T>;
47
Callers
1
startAfter
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected