Apparently it doesn’t seem to be able to Filter queries by values, whether these values are integers or text, it doesn’t seem to work in general. Anyone experience this?
Have you checked firebase and made sure they are being saved as numbers. I had trouble with it saving as text when you wanted it saved as number. I think i resorted to rewriting the document (under its uid) to update a players score
Show your code and maybe I can help
Yep, whether it’s int64 or text, it still doesn’t do a callback. I even had it filter by the exact number I wanted and it still didn’t work.
Check your variable Firebase.Status. You might need to create an index
Nada, tried everything, seems to be entirely on the extension’s end
Can you display the variable Firebase.Status on the screen to see its content after the query is run?
