I realized that for some reason when I query for every doc in my users collection, the result is empty dispite there are docs. I realized that if the doc is a non UUID doc it works properly but I think it should also work with UUID docs.
When I perform a query the result is:
But with an automatic doc ID it works:
Do you know what could be hapening, is this intentional or am I missing any configuration?
Thanks in advance.