Setting up a List

Nearly every app has a least one screen with a list -- whether it's a list of Trips, Users, Conversation, or really anything.

 

Lists components show lists of a particular collection in your database. If your app's database has a Trips collection, then you can use a list to show some or all of the Trips on a screen.

There are four types of list components:

  • Simple List

  • Card List

  • Image List

  • Custom List

When you first add a list component to a screen, the first option in the left panel is to specify "What is this a list of?" Here you can select a collection in your database that the component should connect to.