Open benzaied opened 9 months ago
could you please supply the stacktrace for the error and some example code?
and this is the error only in ios
Terminating app due to uncaught exception 'InvalidQueryParameter', reason: 'You must use queryEndingAtValue: instead of queryEndingAtValue:childKey: when using queryOrderedByKey:'
* First throw call stack:
(
0 CoreFoundation 0x00007ff8004288ab exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff80004dba3 objc_exception_throw + 48
2 عقارات 0x00000001007cd1d3 -[FIRDatabaseQuery queryEndingAtValue:childKey:] + 291
3 عقارات 0x000000010275763e kfun:dev.gitlive.firebase.database.Query#endAt(kotlin.String;kotlin.String?){}dev.gitlive.firebase.database.Query + 414
4 عقارات 0x0000000102757897 kfun:dev.gitlive.firebase.database.Query#endAt$default(kotlin.String;kotlin.String?;kotlin.Int){}dev.gitlive.firebase.database.Query + 295
5 عقارات 0x0000000100b99654 kfun:com.benzi.benzaied.aqarat.repository.HomeRepository#getMoreAnnonces(kotlin.String;kotlin.String;kotlin.String;kotlin.String){}kotlinx.coroutines.flow.Flow
Hello, Thanks for your beautiful work, I start using it, and there IS a problem only on ios when i use this code. Référence.orderbykey().endAt(somekey).limittolast(...) It gaves this error "you must use queryendingatvalue: instead of query endingat value:child key: when using queryorderedbykey"