Equal To
, Greater Than
), and then select the Value Source (either as a Specific Value
or From Variable
) with which the relation is to be checked.Increasing
or Decreasing
.Column
, Row
, or ListView
) then FlutterFlow will generate the children widgets dynamically. A dialog will be displayed with a similar message, click Ok.Text
, Image
, or ToggleIcon
) on which you want to set the record data.stream
is used to listen to any changes in the Collection specified. The queryBuilder
is used for defining the query on the Collection, where
is used to define a filter, and orderBy
by default fetches the documents in the increasing order of the field specified.builder
is used to return a widget or a list of widgets, snapshot.hasData
can be used to verify whether the retrieving process is complete.