mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 20:25:41 +08:00
[firestore] Correctly support dates, geopoints, DocumentSnapshots and other types in startAt, startAfter, etc
This commit is contained in:
@@ -83,10 +83,6 @@ export default class CollectionReference {
|
||||
return this._query.orderBy(fieldPath, directionStr);
|
||||
}
|
||||
|
||||
select(varArgs: string[]): Query {
|
||||
return this._query.select(varArgs);
|
||||
}
|
||||
|
||||
startAfter(fieldValues: any): Query {
|
||||
return this._query.startAfter(fieldValues);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user