Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ startAt
Method
startAt
packages/firebase-firestore/index.d.ts:48–48 ·
view source on GitHub ↗
(snapshot: IDocumentSnapshot<T>)
Source
from the content-addressed store, hash-verified
46
startAfter(fieldValues: IFieldValue[]): IQuery<T>;
47
48
startAt(snapshot: IDocumentSnapshot<T>): IQuery<T>;
49
50
startAt(fieldValues: IFieldValue[]): IQuery<T>;
51
Callers
2
startAt
Method · 0.65
startAt
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected