Text widget accessing multiple firebase documents

Actions & Logic

Hi sorry if this is a simple question but I'm quite new to FF.

I'm creating an app that displays different types of products that we sell. The product type is selectable via the Tab on the Tabbar. On each Tabbar I have a Listview displaying that product types individual products (sourced from a firebase document) (first image).

I want to be able to tap on each product and it navigates me to a page where I can view everything about that product. (second image)

So far i can make it work by using page parameters and passing the document from the first page to the second page but when setting the text variable (e.g [ProductName]) I can only select one document to source from. I want the text to display the Product Name based on the document (Product type) selected. I'm assuming you don't create multiple duplicated pages to pass the different documents to as that would require hundreds of duplicated pages.

I hope this makes sense and I appreciate any help.

Thanks

What have you tried so far?

Searching community pages and other posts for similar problems.

Did you check FlutterFlow's Documentation for this topic?
No
4
2 replies