Hello guys, I am trying to use multiple fields orderBy along with wherenotequalto operator. My code is not working. If anyone can help how to use multiple orderby and wherenotequalto together.
My sample code:
Query q = collectionReference.whereNotEqualTo("uid", uid).orderBy("age").startAt(18).endAt(28).orderBy("geohash").startAt(b.startHash).endAt(b.endHash);
Thanks in Advance