Querying Related List Fields Within One Or More Documents - FlutterFlow

preview_player
Показать описание
In this short tutorial, I will demonstrate how to pull data from multiple list fields with one or several documents, as that data relates to each other, and display it in listView query. Sometimes it's useful to be able to pull list data from a document and have it associated, for example, if you have a user cart document and want to show the name of an item, the price of that item and the total quantity the user is wanting to purchase, you need to be able to pull the data from each of the list fields and show the information next to each other in a query.
Рекомендации по теме
Комментарии
Автор

Thank you so much for these tutorials - you cover so many little things the others skip (even Flutterflow's own documentation).

Question - when generating lists from dynamic children like in this example, is there a way to order those lists? Or do you have to structure each one in a collection/subcollection of it's own and query each individually? I have an app that allows contacts to have dynamic lists of multiple phone numbers, emails and links (each with their own label). As they're all a part of one contact it would be great to have them queried via the one contact details document, but I want each list to be sorted alphabetically based on the label.

trackyourtalent
Автор

You are amazing man, I spent two days to do this to my api using YouTube and chatgpt but I got nothing, I found your video by suddenly 😅😅 thanks again ❤

eideh
Автор

great tutorial I came across your channel by chance, wonderful content. I have a question, is it possible to have a food collection with all its details then an order collection with a list type field which contains the food references and to start from the order collection to find the food information?

steftosaure
Автор

Hi, nice tutorial! Is it possible to update the document with a text field on the same page and reload it, so that your list view is showing the added item? Thanks for the reply (:

chriscube
Автор

could you please explain why you had to map the list?

over-soul
Автор

How do you navigate a list view? If I click on each item how does it go to a separate page?

BriqueStudios
Автор

ive been working on a project for days now trying to figure out how to do this. does anyone know what i am doing wrong? I can see that the data is coming through because i have an icon in my first column and that is populating when i test it but my text is not appearing. Any ideas??

typebeats
Автор

Is it possible to do this but have the list datafield as a custom datafield with more datatypes?

EmblazNOR