0

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.

See this image as an example: enter image description here

When I perform a query the result is: enter image description here

But with an automatic doc ID it works: enter image description here

Do you know what could be hapening, is this intentional or am I missing any configuration?

Thanks in advance.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
  • 1
    Documents whose IDs appear as italics in the console don't exist. They are just there to allow you to navigate into the nested subcollections under that ID. – Doug Stevenson Jun 27 '23 at 22:13
  • Oh I get it, but how can I iterate over every ID (even if tecnically it doesn't exist) to update the field of one of the under subcollections in every ID? – Daniel Erazo Jun 27 '23 at 22:22
  • 1
    Read the answer again of the second marked duplicate. – Doug Stevenson Jun 28 '23 at 02:29

0 Answers0