We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4bbcb commit a5e1920Copy full SHA for a5e1920
packages/firebase_snippets_app/lib/snippets/firestore.dart
@@ -847,7 +847,7 @@ class FirestoreSnippets extends DocSnippet {
847
848
void paginateData_addASimpleCursor2() {
849
// [START paginate_data_add_a_simple_cursor2]
850
- db.collection("cities").orderBy("population").startAt([1000000]);
+ db.collection("cities").orderBy("population").endAt([1000000]);
851
// [END paginate_data_add_a_simple_cursor2]
852
}
853
0 commit comments