multiple query ERROR #3523
Unanswered
georgelynch1980
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://stackoverflow.com/questions/26700924/query-based-on-multiple-where-clauses-in-firebase
.orderByChild("updateDate")
.endAt(1599795497079)
.orderByChild("shopKey")
.equalTo(widget.shopKey)
.once()
: [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: 'package:firebase_database/src/query.dart': Failed assertion: line 167 pos 12: '!_parameters.containsKey('orderBy')': is not true.
Beta Was this translation helpful? Give feedback.
All reactions