Firebase Realtime DB query times out when in raw mode but return instantly when in GUI mode

Apparently i'm doing something wrong in the query but I can't get it right.

Below is the output of the query done in Raw mode. The output is the expected one. There are 8 items in the db. Takes 120+ seconds (waits for the built-in timeout and then outputs the result).

Same query in GUI mode. Takes less than a second.

Good find, @gtourkas. It definitely looks like there's something wrong with this. I'll do some digging, talk to the team, and get back to you as soon as I have news to share. :+1:

Somewhat tangentially, is this currently blocking you? Or are you able to use GUI mode for your particular use case?