How can I Update firebase collection after updating data in list view?

Actions & Logic

This action (searchProduct) returns a list of ProductRows, saved in var "searchResult"

Based on this list "searchResult" I generate the children of a ListView.

But when I edit the data of a certain row, how can I update firebase collection after updating data in list view .

(I want to update status and assign vehicle variable after save button ), How can I update data in firebase collection after updating data in list view

Please confirm which Action should I use ?

Is it possible to use a custom Action to create a BackendQuery directly?
As far as I have seen, with a Supabase BackendQuery you can directly select a table or a view, or an API call. Can you also call a “Custom Action” there?

What have you tried so far?

Is it possible to use a custom Action to create a BackendQuery directly?

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