[Flutter/dart] Documents that should be in the firestore cannot be extracted
top of page

[Flutter/dart] Documents that should be in the firestore cannot be extracted


Overview


I want to get only the documents that meet the conditions from the documents saved in the firestore. I made a query using where (), but I can't get the document that should be there (I confirm that it actually exists on the console).


Cause


There was a document that contains only collection. If there is such a document, it seems that it will not be queried, including the elements after that.


collection A

- document A1 ←document contains only collection

-collection B

-collection C

- document C1 ←I want to extract these documents by where()

- document C2

・・・



Solution


I could only think of putting a tentative value in a document that contained only a collection so that it could be seen.

Well, I was able to extract with where().


collection A

- document A1

   'dummy': 0 ←tentative value

-collection B

-collection C

- document C1 ←I want to extract these documents by where()

- document C2

・・・

Recent Posts

See All

[Flutter/Dart] Format string with TextField

What want to do I want to create an input form using TextField. For example, if the input content is a monetary amount, I would like to display it in 3-digit delimiters with a ¥ prefix. Rather than ha

Let's do our best with our partner:​ ChatReminder

iphone6.5p2.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Let's do our best with our partner:​ ChatReminder

納品:iPhone6.5①.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Theme diary: Decide the theme and record for each genre

It is a diary application that allows you to post and record with themes and sub-themes for each genre.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png
bottom of page