I understand that a Query (com.google.firebase.database) object is like the equivalent of a Cursor (android.database) object.
So is it possible to merge two or more Query objects in some equivalent fashion that one can merge two or more Cursor objects?
I have searched through and don't seem to see any information about this.